Setelah mengunduh dan mengekstrak MediaWiki di server web Anda selesaikan penyiapan dasar dengan menjalankan skrip konfigurasi yang disediakan. Skrip ini memungkinkan Anda memberi tahu informasi MediaWiki yang dibutuhkannya agar wiki dapat aktif dan berjalan.Langkah-langkah berikut menjelaskan bagaimana cara menyelesaikan penyiapan dasar:
Dalam contoh berikut, diasumsikan bahwa situs web Anda terletak dihttp://www.example.com/
.Lokasi fisiknya di server Anda bergantung pada konfigurasi perangkat lunak server web Anda.Sesuaikan contoh seperlunya.
Click on the link to begin the configuration script.
For reference (in case you want to go there directly), this is located in MediaWiki'smw-config
directory (so using the example above you would go tohttp://www.example.com/mw-config/
, or on a local machinehttp://localhost/mw-config/
).
LocalSettings.php
stores the database user'spassword in plain text, it is strongly suggested that you create a wiki specific database account (i.e. not root).LocalSettings.php
and place the file in the base directory of your MediaWiki installation.LocalSettings.php
contains all the information needed by MediaWiki to run.
Your wiki should now be ready to use. Browse to the address that you installed MediaWiki to.
Continue with more advanced configuration onManual:Administrasi sistem.
Alternatively, you can run the command-line installer instead of the configuration script in the web browser:phpmaintenance/install.php