Manual:Running MediaWiki on Fedora/ja
このページはメタウィキから移動されました。
記述を整理する必要がある可能性があるため、遠慮なく編集してください。さらに、ページ内に赤いリンクがある場合は、リンク先の各ページはメタウィキにあるかもしれません。整理が完了したらこのテンプレートを除去してください。
You have two options for installing MediaWiki on Fedora: installing it as an rpm/yum package or simply deploying the PHP yourself from the tarball or from the Git repository.
手動で実行 [edit]
This guide assumes that you are using Apache and MySQL. Feel free to add instructions for other servers and databases.
You can simply frop the tarball in a directory accessible to your web server, navigate to it and run the installation wizard. It is closer to the way the developers work, so it makes it easier for the developers to support you.
You need to have these packages installed before using MediaWiki:
- httpd
- mysql-server
- php
- php-pear
- php-xml
- php-mysql
- php-intl
- php-pecl-apc
- php-gd
- php-mbstring
- ImageMagick-perl
So basically just doing the following command shall do
sudo yum install -y httpd mysql-server php php-pear php-xml php-mysql php-intl php-pecl-apc php-gd php-mbstring ImageMagick-perl
パッケージからインストール [edit]
MediaWiki は Fedora Extras (4 またはそれ以降) に含まれています。。インストールするには以下のコマンドを root として実行します。
# yum install mediawiki
インストール後に、/usr/share/doc/mediawiki-x.y.z/README.RPM ファイルを開き、記載されている手順に従ってください。
関連項目 [edit]
| 言語: | English • 日本語 • русский |
|---|
