diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-09-20 12:10:37 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-09-20 12:10:37 +0100 |
commit | 722d85479a2e3dee3ea7e3e852be2f6ebc550b32 (patch) | |
tree | bff64b877b91d4970a8e3cd5cc4d8903b6c603e6 | |
parent | 6f9ff08f909ebd71d2d6eafb405ac0dfd10fed29 (diff) |
Add doc about $vhost_dir.
-rw-r--r-- | doc/INSTALL.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index a9ed6ccf8..1c1441ed8 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -296,7 +296,7 @@ in the front end. It is possible completely to override the administrator authentication by setting `SKIP_ADMIN_AUTH` to `true` in `general.yml`. -# Cron jobs +# Cron jobs and init scripts `config/crontab.ugly` contains the cronjobs run on WhatDoTheyKnow. It's in a strange templating format they use in mySociety. mySociety @@ -311,6 +311,10 @@ like `!!(*= $this *)!!`. The variables are: `/data/vhost/!!(*= $vhost *)!!` -- you should replace that whole port with a path to the directory where your Alaveteli software installation lives, e.g. `/var/www/` +* `vhost_dir`: the entire path to the directory where the software is + served from. -- you should replace this with a path to the + directory where your Alaveteli software installation lives, + e.g. `/var/www/` * `vcspath`: the name of the alaveteli checkout, e.g. `alaveteli`. Thus, `/data/vhost/!!(*= $vhost *)!!/!!(*= $vcspath *)!!` might be replaced with `/var/www/alaveteli` in your cron tab |