| # Name of the web server's directory dedicated to the wiki is WIKI_DIR_NAME |
| # Login and password of the wiki's admin |
| # Address of the web server |
| # If LIGHTTPD is not set to true, the script will use the default |
| # web server running in WIKI_DIR_INST. |
| # If LIGHTTPD is set to true, the script will use Lighttpd to run |
| # The variables below are useful only if LIGHTTPD is set to true. |
| # Where our configuration for the wiki is located |
| FILES_FOLDER_DOWNLOAD=$FILES_FOLDER/download |
| FILES_FOLDER_DB=$FILES_FOLDER/db |
| FILES_FOLDER_POST_INSTALL_DB=$FILES_FOLDER/post-install-db |
| # The variables below are used by the script to install a wiki. |
| # You should not modify these unless you are modifying the script itself. |
| # tested versions: 1.19.X -> 1.21.1 -> 1.34.2 |
| # See https://www.mediawiki.org/wiki/Download for what the latest |