docker-compose -f conversational-hub-docker.yml up
Helm Charts (k8s/Openshift)
For Kubernetes and Minikubes installation, we recommend you to download helm from this link and install it to your machine. Configure the helm to your kubernetes master, modify the *-env-configmap.yaml inside conversational-hub-helm/templates . and run the command inside the ch-helm folder
You can also generate your own helm charts by converting the docker-compose.yml using kompose
Reminder: If you’re using the latest version of Kubernetes (>1.16) please modify apiVersion of conversational-hub-helm/templates/app-network-networkpolicy.yaml to networking.k8s.io/v1
Kubernetes < 1.16
apiVersion: extensions/v1beta1
Kubernetes > 1.16
apiVersion: networking.k8s.io/v1
OpenShift Operator
For Openshift Container Platform, login to your Redhat Openshift Container Platform, go to Operator Hub and search for Conversational Hub to find the instructions.