@@ -177,9 +177,9 @@ The services that you would need to monitor the logs for are docker mainly web a
To use the RDMS application on http://localhost:3000, you would need to do the following
1.[Add passwords for the system users](#setting-a-password-for-the-system-users), or assign the role admin to a user who has signed in through Shibboleth, or register an user with role admin (see [wiki](https://gitlab.ruhr-uni-bochum.de/FDM/rdm-system/antleaf-projectmanagement/-/wikis/Development-notes/Create-users-from-the-rails-console)), so they can login.
2. Setup the [RUB publication workflow](https://gitlab.ruhr-uni-bochum.de/FDM/rdm-system/antleaf-projectmanagement/-/wikis/Development-notes/RUB-publication-workflow-v0.3.8), to submit a dataset.
3. Setup the [CRC 1280 publication workflow](https://gitlab.ruhr-uni-bochum.de/FDM/rdm-system/antleaf-projectmanagement/-/wikis/Development-notes/CRC-1280-publication-workflow-v0.3.8) to submit an experiment.
1.[Add passwords for the system users](#setting-a-password-for-the-system-users), or assign the role admin to a user who has signed in through Shibboleth, or register an user with role admin (see [wiki](https://gitlab.ruhr-uni-bochum.de/researchdata/rdms/-/wikis/system/ReSeeD-user-management)), so they can login.
2. Setup the [RUB publication workflow](https://gitlab.ruhr-uni-bochum.de/researchdata/rdms/-/wikis/system/development-notes/RUB-Publication-Workflow-v0.3.8), to submit a dataset.
3. Setup the [CRC 1280 publication workflow](https://gitlab.ruhr-uni-bochum.de/researchdata/rdms/-/wikis/system/development-notes/CRC1280-Publication-Workflow-v0.3.8) to submit an experiment.
### Stop the services
You could stop the container using `hd stop`.
...
...
@@ -285,7 +285,7 @@ If you would like to create users during startup,
* Modify `hyrax/seed/setup.json` so it has the list of users to create / update.
For more information on the rake task to create users and the json file, see [this wiki](https://gitlab.ruhr-uni-bochum.de/FDM/rdm-system/antleaf-projectmanagement/-/wikis/Development-notes/Create-users-from-the-rails-console) page.
For more information on the rake task to create users and the json file, see [this wiki](https://gitlab.ruhr-uni-bochum.de/researchdata/rdms/-/wikis/system/ReSeeD-user-management) page.
**Note**: The file `hyrax/seed/setup.json` needs to exist before running docker build, for users to be created at start-up.