diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-08 17:12:05 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-08 17:16:43 +0100 |
commit | 477cadd8daeab4640f7f11a0467b8f7eee0f84b3 (patch) | |
tree | bb173d5121bcac7c66b9b1974864ad96d193909e /docs/installing | |
parent | 8743372722bafff935c54d56250d292e9ddd8597 (diff) |
Add the xapiandbs to the list of directories to be copied across.
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/deploy.md | 1 |
1 files changed, 1 insertions, 0 deletions
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: |