aboutsummaryrefslogtreecommitdiffstats
path: root/doc/DEPLOY.md
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-01-17 18:40:18 +0000
committerLouise Crow <louise.crow@gmail.com>2013-01-17 18:40:18 +0000
commit3f5859847f0b559d771dba62265adb7d06194c1b (patch)
tree54733120cbf9a3d3d37fa533edfc86f1a4b572ae /doc/DEPLOY.md
parente6a6e432601f393b69a9f06b71130ad6cc064232 (diff)
Remove memcached config files, references to memcached and interlock.
Diffstat (limited to 'doc/DEPLOY.md')
-rw-r--r--doc/DEPLOY.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/DEPLOY.md b/doc/DEPLOY.md
index 767f720fd..f2e643ec5 100644
--- a/doc/DEPLOY.md
+++ b/doc/DEPLOY.md
@@ -20,7 +20,6 @@ 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`