From 267fa5b3e24e658ebaba60aa52247f38e4d00c77 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Thu, 10 Jul 2014 10:53:37 +0100 Subject: Fix typo --- docs/installing/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/installing') diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index 4bbc91a9d..5fc688120 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -95,7 +95,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` -- cgit v1.2.3 From 9ccaaa9c052935075c227a97e3dc77edcb4605ba Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Thu, 10 Jul 2014 10:53:45 +0100 Subject: Add log to shared directories to copy --- docs/installing/deploy.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/installing') diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index 5fc688120..0e4f6c4ad 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -110,6 +110,7 @@ Back on the server: `shared` directory created by Capistrano on the server: * `cache/` * `files/` + * `log/` Now, back on your local machine: -- cgit v1.2.3