Update README.md

This commit is contained in:
Gabe Farrell 2023-06-16 03:00:11 +00:00
parent 411c632c25
commit 0662d7233f

View file

@ -246,6 +246,11 @@ Then to load it, run the seeder:
bundle exec rake db:seed bundle exec rake db:seed
``` ```
Or load it remotely on heroku
```bash
heroku run:detached -a mciea-beta bundle exec rake db:seed
```
Or to load it for the lowell dashboard specifically Or to load it for the lowell dashboard specifically
```bash ```bash
bundle exec rake data:seed_only_lowell bundle exec rake data:seed_only_lowell