summaryrefslogtreecommitdiff
path: root/www/wiki/maintenance/dev/README
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/maintenance/dev/README')
-rw-r--r--www/wiki/maintenance/dev/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/wiki/maintenance/dev/README b/www/wiki/maintenance/dev/README
new file mode 100644
index 00000000..a00f52bb
--- /dev/null
+++ b/www/wiki/maintenance/dev/README
@@ -0,0 +1,7 @@
+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