mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
12 lines
655 B
Plaintext
12 lines
655 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * rosa_learning/deploying_application_workshop/learning-deploying-application-deployment.adoc
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="learning-deploying-application-deployment-viewing-application_{context}"]
|
|
= Viewing the application
|
|
|
|
.Procedure
|
|
. Copy the `ostoy-route-ostoy.apps.<your-rosa-cluster>.abcd.p1.openshiftapps.com` URL output from the previous step.
|
|
. Paste the copied URL into your web browser and press enter. You should see the homepage of your application. If the page does not load, make sure you used `http` and not `https`.
|
|
+
|
|
image::4-ostoy-homepage.png[OStoy application homepage] |