1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/getting-started-web-console-view.adoc
2026-01-07 18:07:52 +00:00

33 lines
1.3 KiB
Plaintext

// Module included in the following assemblies:
//
// * tutorials/dev-app-web-console.adoc
:_mod-docs-content-type: PROCEDURE
[id="getting-started-web-console-view_{context}"]
= Viewing the application in a web browser
[role="_abstract"]
After you have deployed the necessary applications and loaded data into the database, you are now ready view your application through a browser. You can access the application by opening the URL for the front-end application.
.Prerequisites
* You have deployed the `parksmap` front-end application.
* You have deployed the `nationalparks` back-end application.
* You have deployed the `mongodb-nationalparks` database application.
* You have loaded the data into the `mongodb-nationalparks` database.
.Procedure
. Navigate to *Workloads* -> *Topology*.
. Click the *Open URL* link from the `parksmap` deployment.
+
.National parks across the world
image::getting-started-parksmap-url.png[Opening the URL for the parksmap deployment]
. Verify that your web browser displays a map of the national parks across the world.
+
.National parks across the world
image::getting-started-map-national-parks.png[Map of the national parks across the world]
+
If you allow the application to access your location, the map will center on your location.