archwiki/maintenance/dev
Jakub Klinkovský 1848986dac Update to MediaWiki 1.35.0 2020-11-14 17:26:20 +01:00
..
includes Update to MediaWiki 1.35.0 2020-11-14 17:26:20 +01:00
README Update to MediaWiki 1.31.0 2018-08-12 07:51:01 +02:00
install.sh Update to 1.34.1 2020-04-12 16:48:44 +02:00
installmw.sh Update to 1.34.1 2020-04-12 16:48:44 +02:00
installphp.sh Update to 1.34.1 2020-04-12 16:48:44 +02:00
start.sh Update to 1.34.1 2020-04-12 16:48:44 +02:00

README

maintenance/dev/ scripts can help quickly setup a local MediaWiki for development purposes.

Wikis setup in this way are NOT meant to be publicly available. They use a development database not acceptable for use in production. Place a sqlite database in an unsafe location a real wiki should never place it in. And use predictable default logins for the initial administrator user.

Running maintenance/dev/install.sh will download and install a local copy of php 5.6, install a sqlite powered instance of MW for development, and then start up a local webserver to view the wiki.

After installation you can bring the webserver back up at any time you want with maintenance/dev/start.sh