X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fconfig%2Fdefault.app;h=0235eb5074a7334736f64b69d51b648cf40fc988;hb=14cfed0371a6604dfb59c0ebac8418d32e729297;hp=a7b9e90982241e8b1433fb38c6d3d29ae35e7f95;hpb=33942f43a2d7c1e5d7b091bd11ab5cb9d320e8f1;p=feisty_meow.git diff --git a/scripts/site_avenger/config/default.app b/scripts/site_avenger/config/default.app index a7b9e909..0235eb50 100644 --- a/scripts/site_avenger/config/default.app +++ b/scripts/site_avenger/config/default.app @@ -11,9 +11,31 @@ # basic information that is constant for all site avenger sites. -export APPLICATION_DIR="$HOME/apps" +# the top level of the user's application storage. +export BASE_APPLICATION_PATH="$HOME/apps" +# where the code should come from. export DEFAULT_REPOSITORY_ROOT="git@github.com:kwentworth" +# we checkout the git repository to a directory underneath the +# app storage directory named this: export CHECKOUT_DIR_NAME="avenger5" +# the subfolder that the web browser will look for the site in, +# underneath the application's specific path. +export STORAGE_SUFFIX="/public" + +#### + +# constants within our cakelampvm machine. + +# in our scheme, the single IP address that all our domains map to. +export IP_ADDRESS="10.28.42.20" +# the email address (where first dot is replaced by @) for the administrator of the domain. +export SERVER_ADMIN="developer.cakelampvm.com" +# the name of the name server for the new domains (should already be configured). +export MAIN_NAME_SERVER="ns.cakelampvm.com" +# the name of the mail server for a new domain (should already be configured). +export MAIL_SERVER="mail.cakelampvm.com" +# the distribution name to be listed in info for the new domain or subdomain. +export DISTRO="ubuntu" ####