wiki.techinc.nl/maintenance/dev
Fomafix 9cbb8f104d Use https://www.php.net/ instead of https://secure.php.net/
Change-Id: I0acca592c6909e91b28b904da49dcbd6a43cd2a5
2019-04-12 06:44:48 +02:00
..
includes Use https://www.php.net/ instead of https://secure.php.net/ 2019-04-12 06:44:48 +02:00
install.sh
installmw.sh
installphp.sh Use https://www.php.net/ instead of https://secure.php.net/ 2019-04-12 06:44:48 +02:00
README Correct PHP version in maintenance/dev/README 2018-03-13 13:39:14 +01:00
start.sh

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