Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Once setup with a Go development environment and Docker, you can:
3. In another terminal window, switch to the directory and start an app:

$ cd $GOPATH/src/github.com/openshift/origin
$ export KUBECONFIG=`pwd`/openshift.local.certificates/admin/.kubeconfig
$ _output/local/go/bin/osc create -f examples/hello-openshift/hello-pod.json

In your browser, go to [http://localhost:6061](http://localhost:6061) and you should see 'Welcome to OpenShift'.
Expand Down