Created
September 11, 2015 17:21
-
-
Save rawlingsj/e31386690bdc9f7350d4 to your computer and use it in GitHub Desktop.
install fabric8
This file contains hidden or 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
oc login https://172.28.128.4:8443 -u admin -p admin | |
curl --retry 999 --retry-max-time 0 -sSL https://fabric8-ci.fusesource.com/job/gofabric8/lastSuccessfulBuild/artifact/src/github.com/fabric8io/gofabric8/build/gofabric8 > /tmp/gofabric8/gofabric8 | |
chmod +x /tmp/gofabric8/gofabric8 | |
./gofabric8 -s https://172.28.128.4:8443 --domain=vagrant.f8 deploy | |
./gofabric8 -s https://172.28.128.4:8443 secrets | |
./gofabric8 -s https://172.28.128.4:8443 --domain=vagrant.f8 routes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment