1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/maintenance/dev
2014-05-08 09:57:31 +02:00
..
includes [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
install.sh [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
installmw.sh [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
installphp.sh [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
README [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02:00
start.sh [fix] PHP5 CLI dependency + sources in the git repo 2014-05-08 09:57:31 +02: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