From 93b1a5f2cfa9d7eb4f05742d61e2c60cd5726ed1 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 19 Jan 2015 10:31:59 +0200 Subject: [PATCH] Updated changelog about application-example.yml --- CHANGELOG.md | 6 ++++++ README.md | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e7110db..f85e0fed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +19.01.2015 + +* Added application-exapmle.yml and removed application.yml from repo, please + add config/application.yml back when deploying: + cp current/config/application-example.yml shared/config/application.yml # and edit it + 16.01.2015 * Added new rake tasks: rake db:all:setup to setup all databases diff --git a/README.md b/README.md index a860d6bea..9fa7aaad0 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Production install (database schema should be loaded and seeds should be present # at your server cd registry + cp current/config/application-example.yml shared/config/application.yml # and edit it cp current/config/database-example.yml shared/config/database.yml # and edit it # You can generate secret keys with 'bundle exec rake secret' cp current/config/secrets-example.yml shared/config/secrets.yml # and edit it