From 00049f3743cbdb93997a4447a0d20d2d38513fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 1 Nov 2023 22:01:14 +0100 Subject: [PATCH] Add info for running Minio/RS to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9bd72ea..564b833 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,20 @@ The setup task will first delete any existing entries in the directory tree Note that all 389ds data is stored in `tmp/389ds`. So if you want to start over with a fresh installation, delete both that directory as well as the container. +#### Minio / RS + +If you want to run remoteStorage accounts locally, you will have to create the +respective bucket first: + +* `docker compose up web redis minio liquor-cabinet` +* Head to http://localhost:9001 and log in with user `minioadmin`, password + `minioadmin` +* Create a new bucket called `remotestorage` (or whatever you + change the `S3_BUCKET` config to) +* Create a new key with ID "dev-key" and secret "123456789" (or whatever you + change `S3_ACCESS_KEY` and `S3_SECRET_KEY` to). Leave the policy field empty, + as it will automatically allow access to the bucket you created. + ### Adding npm modules to use with Stimulus controllers The following command downloads the specified npm module to `vendor/javascript`