Updated changelog about application-example.yml

This commit is contained in:
Priit Tark 2015-01-19 10:31:59 +02:00
parent 71c062324a
commit 93b1a5f2cf
2 changed files with 7 additions and 0 deletions

View file

@ -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 16.01.2015
* Added new rake tasks: rake db:all:setup to setup all databases * Added new rake tasks: rake db:all:setup to setup all databases

View file

@ -62,6 +62,7 @@ Production install (database schema should be loaded and seeds should be present
# at your server # at your server
cd registry 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 cp current/config/database-example.yml shared/config/database.yml # and edit it
# You can generate secret keys with 'bundle exec rake secret' # You can generate secret keys with 'bundle exec rake secret'
cp current/config/secrets-example.yml shared/config/secrets.yml # and edit it cp current/config/secrets-example.yml shared/config/secrets.yml # and edit it