Skip to content
Snippets Groups Projects
Commit 899edd3f authored by Paul's avatar Paul Committed by Anusha Ranganathan
Browse files

Edited README.md to make clear that a working S3 object-store is necessary

parent ae2e670f
Branches
Tags
1 merge request!272Edited README.md to make clear that a working S3 object-store is necessary
......@@ -13,6 +13,9 @@ Open a console and try running `docker -h` and `docker-compose -h` to verify the
Create the environment file `.env`. You can start by copying the template file [.env.template.development](https://gitlab.ruhr-uni-bochum.de/researchdata/rdms/-/blob/master/.env.template.development) to `.env` and customizing the values to your setup. <br>
Note: For production environment, use .env.template as your template.
Note: Currently it is **necessary** to provide a working S3-interfaced object-store for RDMS to function. Therefore, in your `.env` file you will need to check the _S3 settings_ section and ensure that the properties in this section have valid values (including that `USE_S3` is set to `true`).
## Quick start
If you would like to do a test run of the system, start the docker containers
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment