Skip to content

Commit

Permalink
Update Juju action output
Browse files Browse the repository at this point in the history
  • Loading branch information
erinecon authored Sep 16, 2024
1 parent 19f1ae9 commit 440333f
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,12 @@ juju run wordpress-k8s/0 get-initial-password
The result should look something similar to the contents below:

```
unit-wordpress-k8s-0:
UnitId: wordpress-k8s/0
id: "6"
results:
password: <password> # should look something like: XXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXX
status: completed
timing:
completed: <timestamp>
enqueued: <timestamp>
started: <timestamp>
Running operation 1 with 1 task
- task 2 on unit-wordpress-k8s-0
Waiting for task 2...
password: <password> # should look something like: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
```

You can now access your WordPress application at `http://<UNIT_IP>/wp-login.php` and login with
Expand Down

0 comments on commit 440333f

Please sign in to comment.