diff --git a/01-CreateCapsul-and-Login/19-win-match-ssh-fingerprint.png b/01-CreateCapsul-and-Login/19-win-match-ssh-fingerprint.png index 54f5e69..ddad6e8 100644 Binary files a/01-CreateCapsul-and-Login/19-win-match-ssh-fingerprint.png and b/01-CreateCapsul-and-Login/19-win-match-ssh-fingerprint.png differ diff --git a/01-CreateCapsul-and-Login/20-win-first-capsul-login.png b/01-CreateCapsul-and-Login/20-win-first-capsul-login.png index ffacdf1..00850ce 100644 Binary files a/01-CreateCapsul-and-Login/20-win-first-capsul-login.png and b/01-CreateCapsul-and-Login/20-win-first-capsul-login.png differ diff --git a/01-CreateCapsul-and-Login/21-capsul-change-to-bash-shell.png b/01-CreateCapsul-and-Login/21-capsul-change-to-bash-shell.png index 0c05128..95d1d38 100644 Binary files a/01-CreateCapsul-and-Login/21-capsul-change-to-bash-shell.png and b/01-CreateCapsul-and-Login/21-capsul-change-to-bash-shell.png differ diff --git a/01-CreateCapsul-and-Login/README.md b/01-CreateCapsul-and-Login/README.md index 04f2d6b..d8e8eb1 100644 --- a/01-CreateCapsul-and-Login/README.md +++ b/01-CreateCapsul-and-Login/README.md @@ -71,4 +71,7 @@ The email message contains an authorization link to your new account on yolo.ser 1. The default login shell for **user** is dash. If you prefer the bash shell, you can change it with the chsh command, as shown: ![change default shell to bash](21-capsul-change-to-bash-shell.png "change default shell to bash") -***Congratulations!*** You have created your remote Capsul and logged into it from your local Windows computer. \ No newline at end of file +***Congratulations!*** You have created your remote Capsul and logged into it from your local Windows computer. + + +| [Next](../02-Setup-DNS-Records/README.md) | [Top](../README.md) | diff --git a/02-Setup-DNS-Records/README.md b/02-Setup-DNS-Records/README.md index de7dcea..3e962db 100644 --- a/02-Setup-DNS-Records/README.md +++ b/02-Setup-DNS-Records/README.md @@ -9,3 +9,5 @@ Each domain registrar has a different user interface for managing DNS records. S After you save your updated DNS records, you can verify they've been propagated with the [DNS Checker](https://dnschecker.org/) website. The green check marks indicate the name has been propagated. ![check dns propagation](02-check-dns-propagation.png "check dns propagation") + +| [Previous](../01-CreateCapsul-and-Login/README.md) | [Next](../03-Install-docker-on-Capsul/README.md) | [Top](../README.md) | diff --git a/03-Install-docker-on-Capsul/README.md b/03-Install-docker-on-Capsul/README.md index 5eab6b2..defb530 100644 --- a/03-Install-docker-on-Capsul/README.md +++ b/03-Install-docker-on-Capsul/README.md @@ -26,4 +26,6 @@ ![14](14.png "14") 1. fill in 12 ![15](15.png "15") -1. fill in 13 \ No newline at end of file +1. fill in 13 + +| [Previous](../02-Setup-DNS-Records/README.md) | [Next](../04-Install-WSL2-Linux/README.md) | [Top](../README.md) | diff --git a/04-Install-WSL2-Linux/README.md b/04-Install-WSL2-Linux/README.md index aec0edb..ea3dab0 100644 --- a/04-Install-WSL2-Linux/README.md +++ b/04-Install-WSL2-Linux/README.md @@ -96,4 +96,6 @@ After saving the .msi file to disk, find the downloaded file in File Explorer. D You Linux username does not need to be the same as your Windows username. ![24](24.png "24") -Woo hoo! The installation of WSL2 and your Linux distribution is complete. \ No newline at end of file +Woo hoo! The installation of WSL2 and your Linux distribution is complete. + +| [Previous](../03-Install-docker-on-Capsul/README.md) | [Next](../05-Install-Abra-on-WSL2-Linux/README.md) | [Top](../README.md) | diff --git a/05-Install-Abra-on-WSL2-Linux/README.md b/05-Install-Abra-on-WSL2-Linux/README.md index 32cc09c..8cca800 100644 --- a/05-Install-Abra-on-WSL2-Linux/README.md +++ b/05-Install-Abra-on-WSL2-Linux/README.md @@ -19,3 +19,5 @@ ![10](10.png "10") ![11](11.png "11") + +| [Previous](../04-Install-WSL2-Linux/README.md) | [Next](../06-WSL2-Linux-ssh/README.md) | [Top](../README.md) | diff --git a/06-WSL2-Linux-ssh/README.md b/06-WSL2-Linux-ssh/README.md index 261ac18..5696c1e 100644 --- a/06-WSL2-Linux-ssh/README.md +++ b/06-WSL2-Linux-ssh/README.md @@ -32,15 +32,18 @@ Previously, we logged into the remote capsule using ssh in a Windows cmd.exe win 1. If the fingerprints match, type yes and press enter. ![enter 'yes' if fingerprints match](03.png "enter 'yes' if fingerprints match") - ![run ssh again using domain name instead of ip address](05.png "run ssh again using domain name instead of ip address") + 1. Close the ssh connection to your Capsul's ip address. -1. Open a ssh connection to your Capsul's domain name. +1. Open a ssh connection using your Capsul's domain name instead of the ip address. > ssh user@capsul-domain-name + ![run ssh again using domain name instead of ip address](05.png "run ssh again using domain name instead of ip address") 1. Again, compare the fingerprint of the ssh command with the fingerprint in the capsul-fingerprints file. If they match, type *yes* and Enter. This causes the domain name to be added to the list of known hosts. 1. Close the ssh connection to your remote capsule. -1. Now that you've confirmed your WSL2 Linux system can login to your remote Capsul, proceed with the next steps. \ No newline at end of file +1. Now that you've confirmed your WSL2 Linux system can login to your remote Capsul, proceed with the next step. + +[Previous](../05-Install-Abra-on-WSL2-Linux/README.md) | [Next](../07-Setup-Server-Deploy-Traefik/README.md) | [Top](../README.md) | diff --git a/07-Setup-Server-Deploy-Traefik/README.md b/07-Setup-Server-Deploy-Traefik/README.md index 510628f..66426d0 100644 --- a/07-Setup-Server-Deploy-Traefik/README.md +++ b/07-Setup-Server-Deploy-Traefik/README.md @@ -13,3 +13,5 @@ ![Use ps to check traefik state](07.png "Use ps to check traefik state") ![Open traefik dashboard in browser](08.png "Open traefik dashboard in browser") + +! [Previous](../06-WSL2-Linux-ssh/README.md) | [Next](../08-Deploy-first-app/README.md) | [Top](../README.md) | diff --git a/08-Deploy-first-app/README.md b/08-Deploy-first-app/README.md index 4a45472..ac5b862 100644 --- a/08-Deploy-first-app/README.md +++ b/08-Deploy-first-app/README.md @@ -38,4 +38,6 @@ This is what nano looks like after pasting a minimal HTML5 document into it. Use ![11](11.png "11") - You should see "This is the Title" in the page's title, and "This is the page content." on the page. \ No newline at end of file + You should see "This is the Title" in the page's title, and "This is the page content." on the page. + +| [Previous](../07-Setup-Server-Deploy-Traefik/README.md) | [Top](../README.md) |