mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
15 lines
754 B
Plaintext
15 lines
754 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
|
|
|
|
[role="_abstract"]
|
|
You can view the deployed OSToy application by going to the application's URL.
|
|
|
|
.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] |