fsfe-local-build/config.cfg.sample

33 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

### BUILD DIRECTORIES ###
# Cloned Git directory (repository with XHTML source files)
LOC_trunk=~/Web/FSFE/fsfe-website
2016-11-14 01:26:13 +01:00
# Directory in which the result of the build process (html files) will be saved
2018-11-28 13:15:21 +01:00
LOC_out=~/Web/FSFE/fsfe-local-build/fsfe.org
2016-11-14 01:26:13 +01:00
### LOCAL WEBSERVER ###
# Choose your local webserver.
2016-12-15 18:20:34 +01:00
# Default is "python" which is python3's built-in http.server module (SimpleHTTP) that is available on most distributions
# Use "lighttpd" if you want to use the Lighttpd webserver. This has to be configured manually (see guide)
HTTPD=python
2017-01-19 19:19:20 +01:00
### ADVANCED ###
2017-01-20 12:24:43 +01:00
# Directory of the secondary Git directory with which you made a first full build.
2017-01-20 12:24:43 +01:00
# Avoids having some generated files in your clean trunk.
# Default: Leave empty if you just want to use one Git source directory (recommended)
2017-01-20 12:24:43 +01:00
LOC_trunk_dev=
2017-01-19 19:19:20 +01:00
# Choose on which port the webserver runs. This has no effect for "lighttpd".
HTTPD_port=5080
# If you use other webservers like "lighttpd", this is the path to its config file
# Default: points to a lighttpd config file in the same directory as the script
# Has no effect if you use the "python" webserver
HTTPD_conf=$ROOT/lighttpd-fsfe.conf