Created
March 16, 2017 14:07
-
-
Save gastaldi/f5f8a9d02c34b0602e2cc855f6272b2f to your computer and use it in GitHub Desktop.
Instructions on how to install backend and frontend in Minishift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backend: oc process -f openshift/openshift/obsidian-generator-backend.app.yaml | oc apply -f - | |
frontend: oc process -f openshift/openshift/obsidian-generator-backend.app.yaml BACKEND_URI=generator-backend-YOUR_PROJECT.YOUR_CLUSTER_URL | oc apply -f - | |
Useful commands: | |
To get the IP: `minishift ip` | |
To deploy backend again: oc deploy generator-backend --latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment