Move initial setup from seeds.rb to bootstrap rake task

#515
This commit is contained in:
Artur Beljajev 2017-05-14 19:29:58 +03:00
parent 924e6c037a
commit ca6105a919
3 changed files with 12 additions and 34 deletions

View file

@ -45,6 +45,7 @@ Manual demo install and database setup:
cp config/application-example.yml config/application.yml # and edit it
cp config/database-example.yml config/database.yml # and edit it
bundle exec rake db:setup:all # for production, please follow deployment howto
bundle exec rake:bootstrap
bundle exec rake assets:precompile
### Apache with patched mod_epp (Debian 7/Ubuntu 14.04 LTS)