1 # Name of the web server's directory dedicated to the wiki is WIKI_DIR_NAME
4 # Login and password of the wiki's admin
8 # Address of the web server
11 # If LIGHTTPD is not set to true, the script will use the default
12 # web server running in WIKI_DIR_INST.
13 WIKI_DIR_INST=/var/www
15 # If LIGHTTPD is set to true, the script will use Lighttpd to run
19 # The variables below are useful only if LIGHTTPD is set to true.
22 LIGHTTPD_DIR=/usr/sbin
27 # Where our configuration for the wiki is located
28 FILES_FOLDER=mediawiki
29 FILES_FOLDER_DOWNLOAD=$FILES_FOLDER/download
30 FILES_FOLDER_DB=$FILES_FOLDER/db
31 FILES_FOLDER_POST_INSTALL_DB=$FILES_FOLDER/post-install-db
33 # The variables below are used by the script to install a wiki.
34 # You should not modify these unless you are modifying the script itself.
35 # tested versions: 1.19.X -> 1.21.1 -> 1.34.2
37 # See https://www.mediawiki.org/wiki/Download for what the latest