Fix broken database seed #90

Merged
raucao merged 2 commits from bugfix/reserved_admin_username into master 2023-02-26 14:20:45 +00:00
Showing only changes of commit 52cc2a8151 - Show all commits

View File

@ -19,7 +19,7 @@ so:
in the log output
4. `docker-compose exec ldap dsconf localhost backend create --suffix="dc=kosmos,dc=org" --be-name="dev"`
5. `docker compose run web rails ldap:setup`
5. `docker compose run web rails db:setup`
6. `docker compose run web rails db:setup`
After these steps, you should have a working Rails app with a handful of test
users running on [http://localhost:3000](http://localhost:3000).