From c97f77e4830e6e03e699894dbf1b8caf97c55a6e Mon Sep 17 00:00:00 2001 From: Rob Kaufman Date: Wed, 17 Feb 2021 16:18:03 -0800 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36c1c67..e303a51 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ linked data support. ## Installation +```sh +helm repo add fcrepo https://samvera-labs.github.com/fcrepo-chart +helm install fcrepo +``` + +### Or from local + ```sh helm dep up chart/fcrepo helm install fcrepo chart/fcrepo @@ -50,11 +57,12 @@ helm install --set postgresql.enabled=false fcrepo-test chart/fcrepo ## Storage If binary storage in S3 is desired, then please specify the following values +```yaml s3: enabled: true bucket: access_key: secret_key: - +``` This will enable S3 support, which is only supported in Fcrepo 4.7.5+