explanation on accessing the installation

This commit is contained in:
Natalia Strelkova 2022-10-06 13:43:31 +02:00 committed by GitHub
parent bb436e47a8
commit aa3c6abcc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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