This is a Helm chart - you need to have Helm installed. For details on how to do that, please visit their website Helm Additionally you will need a registration key which you can get through our early access website [Merly] (https://www.merly.ai/early-access)
You can add the merly-mentor
Helm repository
helm repo add merly-mentor https://charts.merly-mentor.ai
Then look for available charts
helm search repo merly-mentor
And finally install the chart with a release name mentor
(but really could be anything you prefer):
helm install my-release merly-mentor/merly-mentor --set global.registrationKey="<replace-with-your-product-
The alternative is to download or git clone the repositry and manually install the chart
helm install mentor ./ --set global.registrationKey="<replace-with-your-product-key"
The only caviat is you need to be in the right folder charts/merly-mentor
To uninstall/delete the my-release
deployment:
helm uninstall merly-mentor
The command removes all the Kubernetes components associated with the chart and deletes the release.
The code is offered as-is without any guarantees.