diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-17 18:40:18 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-01-17 18:40:18 +0000 |
commit | 3f5859847f0b559d771dba62265adb7d06194c1b (patch) | |
tree | 54733120cbf9a3d3d37fa533edfc86f1a4b572ae /doc | |
parent | e6a6e432601f393b69a9f06b71130ad6cc064232 (diff) |
Remove memcached config files, references to memcached and interlock.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DEPLOY.md | 1 | ||||
-rw-r--r-- | doc/INSTALL.md | 6 |
2 files changed, 0 insertions, 7 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` diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 761121139..3a911cbc8 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -220,12 +220,6 @@ The default theme is the "Alaveteli" theme. When you run `rails-post-deploy` (see below), that theme gets installed automatically. -You'll also want to copy `config/memcached.yml-example` to -`config/memcached.yml`. The application is configured, via the -Interlock Rails plugin, to cache content using memcached. You -probably don't want this in your development profile; the example -`memcached.yml` file disables this behaviour. - Finally, copy `config/newrelic.yml-example` to `config/newrelic.yml`. This file contains configuration information for the New Relic performance management system. By default, monitoring is switched off |