aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2012-09-11 18:41:25 +1000
committerHenare Degan <henare.degan@gmail.com>2012-09-11 18:41:25 +1000
commit4565b4f1a03910658110b7f1a90bd3fe4a11f401 (patch)
tree0d896df3d3491617d0e75e6ddd9e04d8ba9f0560
parentd8c729079c1476a21327c842a2e0444a9d248546 (diff)
Add a note about migrating the DB
-rw-r--r--doc/DEPLOY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/DEPLOY.md b/doc/DEPLOY.md
index 5c97dbe46..269b2c25d 100644
--- a/doc/DEPLOY.md
+++ b/doc/DEPLOY.md
@@ -22,6 +22,7 @@ These are the general steps required to get your staging server up and running:
* `cp releases/[SOME_DATE]/config/general.yml-example shared/general.yml`
* 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`
* Configure Apache/Passenger with a DocumentRoot of `your_deploy_to/current/public`
* Phew. Time to admire your work by browsing to the server!