Skip to content

Instantly share code, notes, and snippets.

@sameo
Last active April 27, 2017 10:28
Show Gist options
  • Select an option

  • Save sameo/94f21ff900c95c701b0d6cce4ff2f939 to your computer and use it in GitHub Desktop.

Select an option

Save sameo/94f21ff900c95c701b0d6cce4ff2f939 to your computer and use it in GitHub Desktop.

Clone OpenShift

mkdir -p $GOPATH/src/github.com/openshift
cd $GOPATH/src/github.com/openshift/
git clone git://github.com/sameo/origin

Build OpenShift

make clean build

Start OpenShift

make run

Create a new project

oc login
oc newproject foobar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment