diff options
author | azul <azul@riseup.net> | 2013-02-08 10:19:15 -0800 |
---|---|---|
committer | azul <azul@riseup.net> | 2013-02-08 10:19:15 -0800 |
commit | ead540a95cde2c71a4117cc9839e7cc8f87b46a6 (patch) | |
tree | 13724021bb6ebf1a59a3236b27be14a9cc79020c /DEPLOY.md | |
parent | 2d8b7b5ea52e73516315d365c51867005b893c0b (diff) | |
parent | 00e206c6e51e09cc214119163c3a0b7bc9fef5c7 (diff) |
Merge pull request #26 from leapcode/feature/use-couchrest-session-store
Actually use couchrest session store
Diffstat (limited to 'DEPLOY.md')
-rw-r--r-- | DEPLOY.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,8 +15,7 @@ The following packages need to be installed: ### Setup Capistrano ### -We use capistrano to deploy. -We ship an example deploy.rb in config/deploy.rb.example. Edit it to match your needs. +We use puppet to deploy. But we also ship an example deploy.rb in config/deploy.rb.example. Edit it to match your needs if you want to use capistrano. run `cap deploy:setup` to create the directory structure. |