Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Created September 11, 2015 17:21
Show Gist options
  • Save rawlingsj/e31386690bdc9f7350d4 to your computer and use it in GitHub Desktop.
Save rawlingsj/e31386690bdc9f7350d4 to your computer and use it in GitHub Desktop.
install fabric8
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