diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-10-09 19:33:53 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-10-09 19:33:53 +1100 |
commit | 28d29f19cae4727fdcd5f6f46142ddad4c4ca31f (patch) | |
tree | f89708883a56214e6a62bffc13025f781d1969cc | |
parent | c1ad2389b6967d825ace91dd24294c414465dab1 (diff) |
Fix a pretty glaring copy-and-paste error in my doco
-rw-r--r-- | doc/DEPLOY.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DEPLOY.md b/doc/DEPLOY.md index adeb0e113..f2e643ec5 100644 --- a/doc/DEPLOY.md +++ b/doc/DEPLOY.md @@ -19,7 +19,7 @@ These are the general steps required to get your staging server up and running: * Run `cap deploy:update_code` so that we've got a copy of the example config on the server. This process will take a long time installing gems, etc. it will also fail on `rake:themes:install` but that's OK * 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/general.yml-example shared/general.yml` +* `cp releases/[SOME_DATE]/config/database.yml-example shared/database.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` |