Fix numbering in quickstart steps

This commit is contained in:
galfert 2023-02-26 13:10:49 +01:00
parent b530ad2f0f
commit 52cc2a8151
Signed by: galfert
GPG Key ID: EED8863A3A607B8D

View File

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