Skip to content

Commit

Permalink
Merge pull request #9150 from cslzchen/hotfix/update-docker-compose-r…
Browse files Browse the repository at this point in the history
…eadme

[No Ticket] Update docker-compose README on populating institutions
  • Loading branch information
pattisdr authored Sep 11, 2019
2 parents c31a2a6 + 228a84b commit e492c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
- `docker-compose run --rm web python manage.py migrate`
- Populate institutions:
- After resetting your database or with a new install you will need to populate the table of institutions. **You must have run migrations first.**
- `docker-compose run --rm web python -m scripts.populate_institutions test`
- `docker-compose run --rm web python -m scripts.populate_institutions -e test -a`
- Populate preprint, registration, and collection providers:
- After resetting your database or with a new install, the required providers and subjects will be created automatically **when you run migrations.** To create more:
- `docker-compose run --rm web python manage.py populate_fake_providers`
Expand Down

0 comments on commit e492c3d

Please sign in to comment.