diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index baecd12d6935..2cffad9e53cf 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -81,7 +81,7 @@ To facilitate rapid development we've put together a Vagrantfile you can use to $ sudo systemctl start openshift -8. On your host system, try browsing to: https://localhost:8444 +8. On your host system, try browsing to: https://localhost:8443/console TIP: See https://github.com/openshift/vagrant-openshift for more advanced options diff --git a/README.md b/README.md index 0c837403225a..c4f8ab824f9e 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,14 @@ OpenShift and Kubernetes integrate with the [Swagger 2.0 API framework](http://s 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). +Management Console +------------------ + +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). + +For more information on the console [checkout the README](assets/README.md) and the [docs](http://docs.openshift.org/latest/using_openshift/console.html). + +![Management console overview](docs/screenshots/console_overview.png?raw=true) FAQ --- diff --git a/Vagrantfile b/Vagrantfile index 5e373ac3d06d..f9f4928501bd 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -166,7 +166,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.network "forwarded_port", guest: 80, host: 1080 config.vm.network "forwarded_port", guest: 8080, host: 8080 config.vm.network "forwarded_port", guest: 8443, host: 8443 - config.vm.network "forwarded_port", guest: 8444, host: 8444 end end # vm definition(s) diff --git a/docs/screenshots/console_overview.png b/docs/screenshots/console_overview.png new file mode 100644 index 000000000000..698c36c41810 Binary files /dev/null and b/docs/screenshots/console_overview.png differ diff --git a/examples/sample-app/README.md b/examples/sample-app/README.md index 8dd094e781ff..5747342bee42 100644 --- a/examples/sample-app/README.md +++ b/examples/sample-app/README.md @@ -135,7 +135,7 @@ This section covers how to perform all the steps of building, deploying, and upd $ openshift ex policy add-user view anypassword:test-admin -5. *Optional:* View the OpenShift web console in your browser by browsing to `https://:8444`. Login using the user `test-admin` and any password. +5. *Optional:* View the OpenShift web console in your browser by browsing to `https://:8443/console`. Login using the user `test-admin` and any password. * You will need to have the browser accept the certificate at `https://: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 $ openshift ex new-project test --display-name="OpenShift 3 Sample" --description="This is an example project to demonstrate OpenShift v3" --admin=anypassword:test-admin -10. *Optional:* View the OpenShift web console in your browser by browsing to `https://:8444`. Login using the user `test-admin` and any password. +10. *Optional:* View the OpenShift web console in your browser by browsing to `https://:8443/console`. Login using the user `test-admin` and any password. * You will need to have the browser accept the certificate at `https://:8443` before the console can consult the OpenShift