mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Fix bootstrap task that does not load the environment
This commit is contained in:
parent
910753b076
commit
3d78128c76
3 changed files with 8 additions and 8 deletions
|
@ -44,7 +44,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 bootstrap
|
||||
bundle exec rake assets:precompile
|
||||
|
||||
### Apache with patched mod_epp (Debian 7/Ubuntu 14.04 LTS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue