Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Feb 18, 2021
1 parent a6888e4 commit c97f77e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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+

0 comments on commit c97f77e

Please sign in to comment.