uclibs / uc_drc

DRC migration planning and work
Other
0 stars 0 forks source link

Create default users and collection types #100

Closed crowesn closed 3 years ago

crowesn commented 3 years ago

Fixes #84 Fixes #99

Changes proposed in this pull request:

hortongn commented 3 years ago

@crowesn Is the expectation that the seeds should run automatically when the containers are built? Or that the user should have to manually run the seeds? If the latter, maybe add those instructions to the README?

crowesn commented 3 years ago

@crowesn Is the expectation that the seeds should run automatically when the containers are built? Or that the user should have to manually run the seeds? If the latter, maybe add those instructions to the README?

Docker will run the db:seeds rake task automatically. db:seeds would need to be run manually if going local/non-docker install; I'll add a line to the read me under the other generators instructions.