From aa3c6abcc2dcf2c92d87f17a5b7503e9f8b2da8d Mon Sep 17 00:00:00 2001 From: Natalia Strelkova Date: Thu, 6 Oct 2022 13:43:31 +0200 Subject: [PATCH] explanation on accessing the installation --- blueprints/third-party-solutions/wordpress/cloudrun/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blueprints/third-party-solutions/wordpress/cloudrun/README.md b/blueprints/third-party-solutions/wordpress/cloudrun/README.md index cf6d7a5c0..529df2143 100644 --- a/blueprints/third-party-solutions/wordpress/cloudrun/README.md +++ b/blueprints/third-party-solutions/wordpress/cloudrun/README.md @@ -92,6 +92,8 @@ terraform output # or for the concrete variable: terraform output cloud_run_service ``` +1. Open your browser at the URL that you get with that last command, and you will see your Wordpress installation. +2. Add "/admin" in the end of the URL and log in to the admin interface, using the outputs "wp_user" and "wp_password". ### Cleaning up your environment