From 477cadd8daeab4640f7f11a0467b8f7eee0f84b3 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 8 Jul 2014 17:12:05 +0100 Subject: Add the xapiandbs to the list of directories to be copied across. --- 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 4bbc91a9d..6b073ab4b 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/` + * `lib/acts_as_xapian/xapiandbs` (copy this to straight into `shared` so it becomes `shared/xapiandbs`) Now, back on your local machine: -- cgit v1.2.3 From b4573dc81135c0dc5f52588c6d4b6507901fa0b2 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 8 Jul 2014 17:00:47 +0100 Subject: Change order of steps update_code task fails if the config files aren't there yet --- 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 6b073ab4b..e51adda31 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -90,7 +90,6 @@ Next, on your local machine: * `cd` into the Alaveteli repo you checked out (otherwise the `cap` commands you're about to execute won't work) * still on your local machine, run `cap -S stage=staging deploy:setup` to setup capistrano on the server -* again on your local machine, run `cap -S stage=staging deploy:update_code` to get a code checkout on the server Back on the server: @@ -115,6 +114,7 @@ Back on the server: Now, back on your local machine: * make sure you're still in the Alaveteli repo (if not, `cd` back into it) +* run `cap -S stage=staging deploy:update_code` to get a code checkout on the server. * create a deployment directory on the server by running *one* of these commands: * `cap deploy` if you're deploying a staging site, or... * `cap -S stage=production deploy` for production -- cgit v1.2.3