aboutsummaryrefslogtreecommitdiffstats
path: root/doc/DEPLOY.md
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2012-09-12 08:57:44 +1000
committerHenare Degan <henare.degan@gmail.com>2012-09-12 08:57:44 +1000
commit80a8f4447a68f22545d7c5356b44982eabca68a6 (patch)
tree040c387c1206f916bd5bac02a28be23178abfb1a /doc/DEPLOY.md
parent2fe8639f132d69a290d7a51963c2f857a58662a8 (diff)
Add Xapian config to Capistrano
Diffstat (limited to 'doc/DEPLOY.md')
-rw-r--r--doc/DEPLOY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/DEPLOY.md b/doc/DEPLOY.md
index aaf0c777a..adeb0e113 100644
--- a/doc/DEPLOY.md
+++ b/doc/DEPLOY.md
@@ -23,6 +23,7 @@ These are the general steps required to get your staging server up and running:
* Edit those files to match your required settings
* Back on your machine run `cap deploy` and it should successfully deploy
* Run the DB migrations `cap deploy:migrate`
+* Build the Xapian DB `cap xapian:rebuild_index`
* Configure Apache/Passenger with a DocumentRoot of `your_deploy_to/current/public`
* Phew. Time to admire your work by browsing to the server!