Install with Helm
-
Create a
values.yml
file file to hold the configuration of the applicationvalues.yml biblioteca:appSecret:appSecret: zafmqUbgaMQbx4wCFbZSpwsQ34Dw7wUdpersistence:enabled: trueCheck the Helm Chart for more information on the configuration options.
We recommend you set at least the
appSecret
values and decide if you want to persist any data. -
Run the following command to install the Helm Chart
Terminal window helm repo add biblioverse https://biblioverse.github.io/helm/helm install biblioteca biblioverse/biblioteca -f values.yml -
Once installed the Helm chart will output the instructions to finalize the app’s installation and the creation of your first admin user.
-
Access the application at the URL given to you by the
helm install
command. -
You can login with the name and password you set in step 3.