Documentation ¶
Overview ¶
Package bootstrap implements the core of the WissKI Distillery and the wdcli executable. It does not depend on any other packages.
Index ¶
Constants ¶
const BaseDirectoryDefault = "/var/www/deploy"
BaseDirectoryDefault is the default deploy directory to load the distillery from.
const ConfigFile = "distillery.yaml"
ConfigFile is the name of the config file. It should be located inside the deployment directory.
const Executable = "wdcli"
Executable is the name of the 'wdcli' executable. It should be located inside the deployment directory.
const OverridesJSON = "overrides.json"
OverridesJSON is the name of the json overrides file. It should be located inside the deployment directory.
const ResolverBlockedTXT = "resolver-blocked.txt"
ResolverBlockTXT is the name of the resolver blocked prefix file. It should be located inside the deployment directory.
Variables ¶
var DefaultOverridesJSON []byte
DefaultOverridesJSON contains a template for a new 'overrides.json' file
var DefaultResolverBlockedTXT []byte
ResolverBlockTXT contains a template for 'resolver-blocked' file
Functions ¶
This section is empty.
Types ¶
This section is empty.