mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-19 13:54:25 +01:00
Change default admin email and password in virtual env instructions to ease tasks
This commit is contained in:
parent
51b9fc9640
commit
2397f16640
@ -254,7 +254,8 @@ the host can provide but will usually be much more slower than a production envi
|
||||
```bash
|
||||
rake db:create
|
||||
rake db:migrate
|
||||
ADMIN_EMAIL='youradminemail' ADMIN_PASSWORD='youradminpassword' rake db:seed
|
||||
# Be sure not to use the default values below in production
|
||||
ADMIN_EMAIL='admin@email' ADMIN_PASSWORD='adminpass' rake db:seed
|
||||
rake fablab:es:build_stats
|
||||
# for tests
|
||||
RAILS_ENV=test rake db:create
|
||||
|
Loading…
x
Reference in New Issue
Block a user