wiki.techinc.nl/maintenance/dev
Timo Tijhof beb1c4a0ec phpcs: More require/include is not a function
Follows-up I1343872de7, Ia533aedf63 and I2df2f80b81.

Also updated usage in text in documentation and the
installer LocalSettingsGenerator.

Most of them were handled by this regex:
- find: (require|include|require_once|include_once)\s*\(\s*(.+?)\s*\)\s*;$
- replace: $1 $2;

Change-Id: I6b38aad9a5149c9c43ce18bd8edbab14b8ce43fa
2013-05-21 23:26:28 +02:00
..
includes phpcs: More require/include is not a function 2013-05-21 23:26:28 +02:00
install.sh Make maintenance/dev/'s .sh files executable. 2012-10-14 08:50:37 -07:00
installmw.sh Make maintenance/dev/'s .sh files executable. 2012-10-14 08:50:37 -07:00
installphp.sh Make maintenance/dev/'s .sh files executable. 2012-10-14 08:50:37 -07:00
README Follow up r102210: 2011-12-11 19:45:15 +00:00
start.sh Make maintenance/dev/'s .sh files executable. 2012-10-14 08:50:37 -07: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