Antoine Musso 830dec6d21 Let built-in web server handle .php requests 6 éve
..
includes 830dec6d21 Let built-in web server handle .php requests 6 éve
README 1269116f7c Correct PHP version in maintenance/dev/README 6 éve
install.sh 21b3fde565 Make maintenance/dev/'s .sh files executable. 11 éve
installmw.sh 21b3fde565 Make maintenance/dev/'s .sh files executable. 11 éve
installphp.sh 096c0cbd7c Update the installphp.sh script to use a supported PHP version 6 éve
start.sh 21b3fde565 Make maintenance/dev/'s .sh files executable. 11 éve

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