1
0
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:
David O' Rojo 2019-08-30 11:57:31 -05:00
parent 51b9fc9640
commit 2397f16640

View File

@ -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