Rocket Chat is a Slack-like chat application.
Login to your OpenShift cluster.
To deploy:
./deploy.sh
To remove:
./destroy.sh
manifests
directory contains definitions for different resources required by the app. manifest.yaml
is just a collection of all those definitions.
You may edit individual definitions for different app resources. To create an updated manifest.yml
after updating individual resource definitions :
./build.sh
This will combine all YAMLs and create an updated manifest.yaml
.
After successful installation, the app should be exposed at a facing URL. Wait for 4-5 minutes for all the services to start.
To get the url to the frontend:
oc get route -n rocket-chat front-end -o go-template='{{ .spec.host }}{{ println }}'