Manual:インストール ガイド

From MediaWiki.org
Jump to: navigation, search
This page is a translated version of the page Manual:Installation guide and the translation is 72% complete.

Other languages:
català • ‎čeština • ‎dansk • ‎Deutsch • ‎Zazaki • ‎Ελληνικά • ‎English • ‎British English • ‎español • ‎فارسی • ‎français • ‎עברית • ‎magyar • ‎Bahasa Indonesia • ‎italiano • ‎日本語 • ‎한국어 • ‎lietuvių • ‎occitan • ‎polski • ‎português • ‎português do Brasil • ‎română • ‎русский • ‎Türkçe • ‎українська • ‎粵語 • ‎中文 • ‎中文(中国大陆)‎ • ‎中文(简体)‎ • ‎中文(繁體)‎ • ‎中文(台灣)‎
MediaWiki Flower
MediaWikiの歩き方

コンテンツ


その他の話題

  • 左側のナビゲーションをご利用ください
Mediawiki-logo.png インストールガイド | MediaWikiについて
Help-browser.svg 機能 | インストール要件
Preferences-system.svg ダウンロード | インストール | 設定


MediaWikiのインストールガイドにようこそ。ここでは、Webサーバ上へのMediaWikiの手動でのインストールと設定を説明します。手動でのインストールに代わる方法として、MediaWiki ソフトウェアバンドル1クリックでインストールできるホスティングサービスやウィキファームが便利だと思われる方もいるかもしれません。

このガイドの前半では一般的な説明をしており、後半では特定のシステム設定の細かいインストールノートと他のあまり一般的ではないソフトウェアの使い方に関する付録の一覧を載せています。

アップグレード ガイド[edit | edit source]

MediaWiki を既に稼働させている場合は、アップグレード ガイドを参照してください。

要件 要件
  • ウェブ サーバー - ApacheIIS など
    • メンテナンス スクリプトを実行するためにローカルまたはコマンドラインでのアクセス権が必要
  • Database Server
    • MySQL 5.0.2 or later (*)
    • or PostgreSQL 8.1 or later
      • Requires PL/pgSQL (contained in contribs)
      • Full-Text searching (Native in >=8.3, requires tsearch2 extension <=8.2)
    • or SQLite

For image thumbnailing and TeX-support, additional programs are required.

(*) – MariaDB, a GPL fork of the MySQL code by Monty Widenius, the founder of MySQL, is an alternative and can also be used by MediaWiki. Debian/Ubuntu repos.

簡潔なインストールガイド[edit | edit source]

ウェブホスティングの自動インストーラーについての警告
Programs provided by webhosts to automatically install applications such as MediaWiki can, and frequently do, mishandle the process, resulting in errors and a failure to install MediaWiki (or another application for that matter). If you encounter this problem, it does not mean that you cannot install MediaWiki; all it means is that you should do it manually. This is very easy and there are benefits to doing this, including more control over where on the server and file path you want to install it, the ability to use a shared database, or the ability to control more features of the wiki during the installation.

経験がある利用者のために、ここではインストール手順の簡易版を示します。詳細版は後述しています。

  1. Check that your system meets the minimum requirements
  2. Download MediaWiki (direct link to latest version) and extract the archive to a web-accessible folder on your server.
  3. Point your browser to the directory where MediaWiki was extracted and follow the link to the setup screen. It should be in the form http://[domain]/[directory]/mw-config/index.php. Replace [directory] with the path to your extracted MediaWiki folder. If installing on a local machine, replace [domain] with [localhost]. A locally installed wiki will need the LocalSettings.php modified from [localhost] to [domain] if you will ever be accessing the wiki from that domain. If installed on a remote server, replace [domain] with your server's domain name (eg: www.myserver.com).
  4. Follow the on-screen instructions to complete the process.

上記の説明文は意図的に短くしてあります。うまくいかない場合もありうるため、疑問が生じたときは、下記の完全な説明書を読むことをお勧めします。

詳細なインストールガイド[edit | edit source]

手動インストールの代替手段[edit | edit source]

Some users may prefer to skip manual installation by using a pre-integrated MediaWiki software appliance or hosting services with 1-click installation and wiki farms.

If you are installing only for development or testing, consider using mediawiki-vagrant. You must have (and enable) hardware virtualization. Many modern computers have this, and you can check in your BIOS.

付録[edit | edit source]

高度な使用方法[edit | edit source]

以下のページでは、あまり一般的ではない目的のために Mediawiki をインストール/構成する方法を示しています。

高度な構成[edit | edit source]

以下のページは、より高度な構成オプションを網羅します:

インストール支援[edit | edit source]

システム固有の手順[edit | edit source]

The following pages give more detailed installation instructions aimed at specific systems. However, by and large Manual:Installing MediaWiki is more up to date, and better written than the per system docs, and as such it is recommended you first consult the main install instructions before looking at a per system installation documents.

注記[edit | edit source]

関連項目[edit | edit source]