diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-10-09 19:34:17 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-10-09 19:34:17 +1100 |
commit | 084f62b27304c2a06a844cd5a38b467b65dbab12 (patch) | |
tree | 6380b9a00f0cc5beabfad007ca7c14352ab38a34 | |
parent | 28d29f19cae4727fdcd5f6f46142ddad4c4ca31f (diff) |
Add memcached to the doco
-rw-r--r-- | doc/DEPLOY.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/DEPLOY.md b/doc/DEPLOY.md index f2e643ec5..767f720fd 100644 --- a/doc/DEPLOY.md +++ b/doc/DEPLOY.md @@ -20,6 +20,7 @@ These are the general steps required to get your staging server up and running: * SSH to the server, change to the `deploy_to` directory * `cp releases/[SOME_DATE]/config/general.yml-example shared/general.yml` * `cp releases/[SOME_DATE]/config/database.yml-example shared/database.yml` +* `cp releases/[SOME_DATE]/config/memcached.yml-example shared/memcached.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` |