diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-10 12:57:20 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-10 12:57:20 +0100 |
commit | 2def92faf3b07ffb33a1fe89dac7e4208889e54a (patch) | |
tree | f985afc25e52fbee19fc663139cabcaef60175a6 /docs/installing | |
parent | 22657e87b80a32553a53c29ef1b749ef759b8d2b (diff) | |
parent | 9ccaaa9c052935075c227a97e3dc77edcb4605ba (diff) |
Merge branch 'gh-pages-log-config' into gh-pages
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/deploy.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index 2c31f95ce..5795f1a22 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -96,7 +96,7 @@ Next, on your local machine: Back on the server: * copy the following config files from the temporary copy of Alaveteli you made at - the begining (perhaps in your home directory) to the `shared` directory that + the beginning (perhaps in your home directory) to the `shared` directory that Capistrano just created on the server: * `general.yml` * `database.yml` @@ -111,6 +111,7 @@ Back on the server: `shared` directory created by Capistrano on the server: * `cache/` * `files/` + * `log/` Now, back on your local machine: |