wiki.techinc.nl/maintenance/dev
Alexandre Emsenhuber afd8ac8fb7 Improve documentation of maintenance scripts.
Change-Id: I768abad1ad4642263519d39c50c88437aed47e15
2012-09-07 22:03:56 +02:00
..
includes Improve documentation of maintenance scripts. 2012-09-07 22:03:56 +02:00
install.sh Allow for installation of php in ~/.mwphp and don't die if maintenance/dev/data already existsy 2011-11-06 23:49:16 +00:00
installmw.sh Follow up r102210: 2011-12-11 19:45:15 +00:00
installphp.sh Follow up r102210: 2011-12-11 19:45:15 +00:00
README Follow up r102210: 2011-12-11 19:45:15 +00:00
start.sh Follow up r102210: 2011-12-11 19:45:15 +00:00

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 acceptible 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.4, 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