# Usage

## Installlation instructions

Clone the repo  and make sure to also fetch the submodules.
```
git submodule update --init
```

Installation should be done via the helm using the helmchart contained in
`./helmchart`.  Make sure to edit the values in
`./helmchart/single-sign-on/values.yaml` according to your needs. To install the
helm chart, make sure Helm is properly set up in your Kubernetes cluster, then:

```
cd helmchart        # Enter the helm chart directory
helm dep update     # Download helm charts this chart relies on
helm install .      # Run the installation command
```

For Details on how to configure the chart. Refer to [the Helm chart
chapter](helmchart)

### Managing users

`single-sign-on` includese a simple `user-panel` to manage users. To read more
about this, see the [user panel
documentation](https://docs.stackspin.net/projects/user-panel/)