refcodes-batch.0.3.0.source-code.mediawiki-webiste-template-config.inc Maven / Gradle / Ivy
#!/bin/bash
################################################################################
# WEBSITE_TEMPLATE:
################################################################################
# ------------------------------------------------------------------------------
# Set 'y' if a website template is used/configured, else 'n':
# ------------------------------------------------------------------------------
WEBSITE_TEMPLATE=y
# ------------------------------------------------------------------------------
# The path to the files of your template:
# ------------------------------------------------------------------------------
WEBSITE_TEMPLATE_DIR="$HOME_DIR/Websites/template/mediawiki"
################################################################################
# WEBSITE_SETTINGS:
################################################################################
# ------------------------------------------------------------------------------
# Set 'y' if a site is providing a settings file, else 'n':
# ------------------------------------------------------------------------------
WEBSITE_SETTINGS=y
# ------------------------------------------------------------------------------
# The path relative to the WEBSITE_DIR of the file containing the DB configuration for the website
# ------------------------------------------------------------------------------
WEBSITE_SETTINGS_FILE="LocalSettings.php"
################################################################################
# DB_TEMPLATE:
################################################################################
# ------------------------------------------------------------------------------
# Set 'y' if a DB template is used/configured, else 'n':
# ------------------------------------------------------------------------------
DB_TEMPLATE=y
# ------------------------------------------------------------------------------
# The DB template for the given site
# ------------------------------------------------------------------------------
DB_TEMPLATE_NAME="template_mediawiki"
# ------------------------------------------------------------------------------
# The DB template user for accessing the DB for the given site:
# ------------------------------------------------------------------------------
DB_TEMPLATE_USER_NAME="maintainer"
# ------------------------------------------------------------------------------
# The password of the DB template user:
# ------------------------------------------------------------------------------
DB_TEMPLATE_USER_PASSWORD="rt5vS4h377ANm7PF"
# ------------------------------------------------------------------------------
# The host on which the DB template resides:
# ------------------------------------------------------------------------------
DB_TEMPLATE_HOSTNAME="localhost"