removed devise secret

This commit is contained in:
Priit Tark 2015-01-19 10:57:30 +02:00
parent 66568b3bc3
commit 537326df1f
6 changed files with 10 additions and 13 deletions

View file

@ -33,7 +33,6 @@ Manual demo install and database setup:
rbenv local 2.2.0
bundle
cp config/database-example.yml config/database.yml # and edit it
cp config/secrets-example.yml config/secrets.yml # and edit it, generate key with 'rake secret'
cp config/initializers/devise_secret_example.rb.txt config/initializers/devise_secret.rb # and edit
bundle exec rake assets:precompile
@ -64,8 +63,6 @@ Production install (database schema should be loaded and seeds should be present
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
cp current/config/initializers/devise_secret_example.rb.txt shared/config/initializers/devise_secret.rb # and edit it
vi /etc/apache2/sites-enabled/registry.conf # add conf and all needed serts