Changes
Page history
added all new content
authored
Sep 18, 2024
by
Paul
Show whitespace changes
Inline
Side-by-side
system/deployment/Troubleshooting.md
0 → 100644
View page @
6381bfc3
## I didn't configure S3. How can I log into the system anyway?
⚠ This should not be done at all. Currently, S3 is a
**hard requirement**
to use the ReSeeD.
The rake tasks are failing because of the missing S3 configuration. Error:
`$ rake rdms:setup_hyrax -> Tasks: TOP => rdms:s3_bucket:create`
You can still execute the most relevant rake tasks by hand:
```
$ docker exec -it rdms_web_1 /bin/bash
bash-5.1# rake -T # List all available rake tasks
bash-5.1# rake rdms:admin_user:create # Create the admin user
bash-5.1# rake rdms:publication_manager:create # Create the publication manager
bash-5.1# rake hyrax:default_admin_set:create
bash-5.1# rake rdms:CRC1280_collection:create
```
\ No newline at end of file