Skip to content

Commit cc657df

Browse files
author
OpenShift Bot
committed
Merge pull request #1471 from jwforres/update_readmes
Merged by openshift-bot
2 parents d6e463b + cd99656 commit cc657df

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CONTRIBUTING.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To facilitate rapid development we've put together a Vagrantfile you can use to
8181

8282
$ sudo systemctl start openshift
8383

84-
8. On your host system, try browsing to: https://localhost:8444
84+
8. On your host system, try browsing to: https://localhost:8443/console
8585

8686
TIP: See https://github.com/openshift/vagrant-openshift for more advanced options
8787

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,14 @@ OpenShift and Kubernetes integrate with the [Swagger 2.0 API framework](http://s
161161

162162
and then browse to http://openshift3swagger-claytondev.rhcloud.com (which runs a copy of the Swagger UI that points to localhost:8080 by default). Expand the operations available on v1beta1 to see the schemas (and to try the API directly).
163163

164+
Management Console
165+
------------------
166+
167+
The OpenShift API server also hosts the web-based management console. You can try out the management console at [http://localhost:8443/console](http://localhost:8443/console).
168+
169+
For more information on the console [checkout the README](assets/README.md) and the [docs](http://docs.openshift.org/latest/using_openshift/console.html).
170+
171+
![Management console overview](docs/screenshots/console_overview.png?raw=true)
164172

165173
FAQ
166174
---

Vagrantfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
166166
config.vm.network "forwarded_port", guest: 80, host: 1080
167167
config.vm.network "forwarded_port", guest: 8080, host: 8080
168168
config.vm.network "forwarded_port", guest: 8443, host: 8443
169-
config.vm.network "forwarded_port", guest: 8444, host: 8444
170169
end
171170

172171
end # vm definition(s)

docs/screenshots/console_overview.png

70.7 KB
Loading

examples/sample-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ This section covers how to perform all the steps of building, deploying, and upd
135135

136136
$ openshift ex policy add-user view anypassword:test-admin
137137

138-
5. *Optional:* View the OpenShift web console in your browser by browsing to `https://<host>:8444`. Login using the user `test-admin` and any password.
138+
5. *Optional:* View the OpenShift web console in your browser by browsing to `https://<host>:8443/console`. Login using the user `test-admin` and any password.
139139

140140
* You will need to have the browser accept the certificate at
141141
`https://<host>:8443` before the console can consult the OpenShift
@@ -188,7 +188,7 @@ This section covers how to perform all the steps of building, deploying, and upd
188188

189189
$ openshift ex new-project test --display-name="OpenShift 3 Sample" --description="This is an example project to demonstrate OpenShift v3" --admin=anypassword:test-admin
190190

191-
10. *Optional:* View the OpenShift web console in your browser by browsing to `https://<host>:8444`. Login using the user `test-admin` and any password.
191+
10. *Optional:* View the OpenShift web console in your browser by browsing to `https://<host>:8443/console`. Login using the user `test-admin` and any password.
192192

193193
* You will need to have the browser accept the certificate at
194194
`https://<host>:8443` before the console can consult the OpenShift

0 commit comments

Comments
 (0)