forked from openshift/origin-web-console
-
Notifications
You must be signed in to change notification settings - Fork 0
Docker, not Vagrant, on Mac (summarize)
Ben Petersen edited this page Mar 20, 2017
·
1 revision
Next, we need to build the appropriate release binaries and images for the server:
$ export OS_BUILD_ENV_GOLANG=1.8
$ export OS_DEBUG=true
$ WARN=1 make release # this take long time.... go get coffee. and maybe a bagel. a nice bagel. We also need to build clients for our Mac environment:
$ OS_BUILD_ENV_PRESERVE=_output/local/bin/darwin/ hack/env OS_BUILD_PLATFORMS=darwin/amd64 make build WHAT=cmd/oc Next, enable the template service broker in the MasterConfig:
$ oc cluster up --version="$( git log -1 --pretty=%h )"