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