diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-06-19 12:32:19 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-03 12:36:10 +0100 |
commit | 7f610e92b64ea5d5259566c624657845ed63d83a (patch) | |
tree | 19a40659e149e9e7f9c093f3c31ac974a8f201a7 /docs/installing/manual_install.md | |
parent | aaa0348f61d48711125dbeba89ef144c53e5cab4 (diff) |
Remove superfluous crontab docs
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r-- | docs/installing/manual_install.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 4cea0f1c8..1f218d2c6 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -380,7 +380,7 @@ The `ugly` format uses simple variable substitution. A variable looks like * `mailto`: The email address that cron output will be sent to There is a rake task that will help to rewrite this file into one that is -useful to you, which can be invoked with: +useful to you. Change the variables to suit your installation. bundle exec rake config_files:convert_crontab \ DEPLOY_USER=deploy \ @@ -390,9 +390,6 @@ useful to you, which can be invoked with: MAILTO=cron-alaveteli@example.org \ CRONTAB=config/crontab-example > crontab -You should change the `DEPLOY_USER`, `VHOST_DIR`, `VCSPATH` `MAILTO` and `SITE` -environment variables to match your server and installation. - One of the cron jobs refers to a script at `/etc/init.d/foi-alert-tracks`. This is an init script, a copy of which lives in `config/alert-tracks-debian.ugly`. As with the cron jobs above, replace the variables (and/or bits near the |