Skip to content

Commit fd1d27d

Browse files
author
OpenShift Bot
committed
Merge pull request #2782 from stefwalter/readme-start-developing
Merged by openshift-bot
2 parents 0b7c994 + 95d3f0e commit fd1d27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,16 @@ Once setup with a Go development environment and Docker, you can:
8888

8989
2. Start the OpenShift server
9090

91-
$ make run
91+
$ sudo make run
9292

9393
3. In another terminal window, switch to the directory and start an app:
9494

9595
$ cd $GOPATH/src/github.com/openshift/origin
9696
$ export OPENSHIFTCONFIG=`pwd`/openshift.local.config/master/admin.kubeconfig
9797
$ _output/local/go/bin/osc create -f examples/hello-openshift/hello-pod.json
9898

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

100+
4. In your browser, go to [https://localhost:6001](https://localhost:6001) and you should see 'Welcome to OpenShift' after a little while once the pod has started correctly.
101101

102102
### What's Just Happened?
103103

0 commit comments

Comments
 (0)