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 # SQLite database of the wiki, named DB_FILE, is located in TMP
15 # If LIGHTTPD is not set to true, the script will use the default
16 # web server running in WIKI_DIR_INST.
17 WIKI_DIR_INST=/var/www
19 # If LIGHTTPD is set to true, the script will use Lighttpd to run
23 # The variables below are useful only if LIGHTTPD is set to true.
26 LIGHTTPD_DIR=/usr/sbin
31 # The variables below are used by the script to install a wiki.
32 # You should not modify these unless you are modifying the script itself.
33 # tested versions: 1.19.X -> 1.21.1
36 FILES_FOLDER=install-wiki
37 DB_INSTALL_SCRIPT=db_install.php