Skip to content
Snippets Groups Projects
Commit cbd1dffe authored by Syrine Neifar's avatar Syrine Neifar
Browse files

documentation enhancement

parent 0759ebc0
No related branches found
No related tags found
1 merge request!294Resolve "Update documentation with missing dependencies steps for chart installation"
Pipeline #31160 skipped with stage
......@@ -34,6 +34,19 @@ Add our helm repository[^1]:
helm repo add nextcloud-onlyoffice https://open.greenhost.net/api/v4/projects/1/packages/helm/stable
```
Add the dependencies repositories:
```console
# nextcloud chart
helm repo add nextcloud https://nextcloud.github.io/helm
# rabbitmq chart
helm repo add bitnami https://charts.bitnami.com/bitnami
```
Fetch the chart dependencies:
```console
helm dependency build
```
Then install the chart:
```console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment