diff --git a/docs/src/deployment/deployment.md b/docs/src/deployment/deployment.md index 19abbd44..dbc26fc7 100644 --- a/docs/src/deployment/deployment.md +++ b/docs/src/deployment/deployment.md @@ -14,4 +14,4 @@ Build the lab: make ``` -Yes it's that simple! Continue to the next section to update your DNS. +Yes it's that simple! Continue to the next section to update your DNS before you can access the home page at . diff --git a/docs/src/deployment/dns.md b/docs/src/deployment/dns.md index 3bcfbcaa..4ed85281 100644 --- a/docs/src/deployment/dns.md +++ b/docs/src/deployment/dns.md @@ -22,15 +22,15 @@ You paste the output from the command above directly to your `/etc/hosts` file l # Static table lookup for hostnames. # See hosts(5) for details. -192.168.1.150 argocd.mydomain.com -192.168.1.150 git.mydomain.com -192.168.1.150 jellyfin.mydomain.com +192.168.1.150 argocd.example.com +192.168.1.150 git.example.com +192.168.1.150 jellyfin.example.com # etc. ``` ## In your router -You can add each subdomain one by one like the previous method, or use a wildcard `*.mydomain.com` and point it to the IP address of the load blancer (from the output of the previous command) +You can add each subdomain one by one like the previous method, or use a wildcard `*.example.com` and point it to the IP address of the load blancer (from the output of the previous command) ## At your domain registrar diff --git a/docs/src/try_on_a_vm.md b/docs/src/try_on_a_vm.md index c346ee24..b8167381 100644 --- a/docs/src/try_on_a_vm.md +++ b/docs/src/try_on_a_vm.md @@ -38,6 +38,8 @@ make dev Finally follow the [DNS guide](./deployment/dns.md) to update your DNS setup (the easiest one is the `/etc/hosts` option) +Now you can visit the dashboard at + ## Clean up Shut down the VM: