mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Updated changelog about application-example.yml
This commit is contained in:
parent
71c062324a
commit
93b1a5f2cf
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue