Changed 3 pngs&06 README. Added Prev/ Next/Top nav

This commit is contained in:
LMurphy001 2021-08-25 14:19:39 -04:00
parent f779ce0a20
commit 25f25fda33
11 changed files with 25 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 87 KiB

View File

@ -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.
***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) |

View File

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

View File

@ -26,4 +26,6 @@
![14](14.png "14")
1. fill in 12
![15](15.png "15")
1. fill in 13
1. fill in 13
| [Previous](../02-Setup-DNS-Records/README.md) | [Next](../04-Install-WSL2-Linux/README.md) | [Top](../README.md) |

View File

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

View File

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

View File

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

View File

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

View File

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