Upddate READMEs, change folder name

Put pngs in README.md files, renamed 07-Deploy-Traefik folder
This commit is contained in:
LMurphy001 2021-08-23 01:26:10 -04:00
parent 8b112d1032
commit e4aa7d0e83
18 changed files with 139 additions and 4 deletions

View File

@ -12,8 +12,6 @@
![yolo no capsule](06-yolo-no-capsuls.png "no capsuls yet")
![yolo no capsule](06-yolo-no-capsuls.png "no capsuls yet")
![open SSH & API Keys](07-yolo-ssh-public-keys.png "open SSH & API Keys")
![open administrator powershell on windows](08-win-admin-power-shell.png "open administrator powershell on windows")

View File

@ -1 +1,3 @@
![set up dns records](01-setup-dns-records.png "set up dns records")
![check dns propagation](02-check-dns-propagation.png "check dns propagation")

View File

@ -1 +1,28 @@
![01](01.png "01")
![02](02.png "02")
![03](03.png "03")
![04](04.png "04")
![05](05.png "05")
![07](07.png "07")
![08](08.png "08")
![09](09.png "09")
![10](10.png "10")
![11](11.png "11")
![12](12.png "12")
![13](13.png "13")
![14](14.png "14")
![15](15.png "15")

View File

@ -1 +1,48 @@
![01](01.png "01")
![02](02.png "02")
![03](03.png "03")
![04](04.png "04")
![05](05.png "05")
![06](06.png "06")
![07](07.png "07")
![08](08.png "08")
![09](09.png "09")
![10](10.png "10")
![11](11.png "11")
![12](12.png "12")
![13](13.png "13")
![14](14.png "14")
![15](15.png "15")
![16](16.png "16")
![17](17.png "17")
![18](18.png "18")
![19](19.png "19")
![20](20.png "20")
![21](21.png "21")
![22](22.png "22")
![23](23.png "23")
![24](24.png "24")

View File

@ -1 +1,21 @@
![01](01.png "01")
![02](02.png "02")
![03](03.png "03")
![04](04.png "04")
![05](05.png "05")
![06](06.png "06")
![07](07.png "07")
![08](08.png "08")
![09](09.png "09")
![10](10.png "10")
![11](11.png "11")

View File

@ -1 +1,8 @@
![run ssh and copy key fingerprint to clipboard](01.png "run ssh and copy key fingerprint to clipboard")
![open fingerprints in notepad and match](02.png "open fingerprints in notepad and match")
![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")

View File

@ -1 +0,0 @@

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 209 KiB

View File

@ -0,0 +1,15 @@
![Add server to Abra](01.png "Add server to Abra")
![Initialize docker swarm for server](02.png "Initialize docker swarm for server")
![Add traefik app to server](03.png "Add traefik app to server")
![Open editor for traefik app config](04.png "Open editor for traefik app config")
![Change Lets Encrypt email address](05.png "Change Lets Encrypt email address")
![Deploy traefik, wait](06.png "Deply traefik, wait")
![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")

View File

@ -1 +1,21 @@
![01](01.png "01")
![02](02.png "02")
![03](03.png "03")
![04](04.png "04")
![05](05.png "05")
![06](06.png "06")
![07](07.png "07")
![08](08.png "08")
![09](09.png "09")
![10](10.png "10")
![11](11.png "11")

View File

@ -10,6 +10,6 @@ There are eight parts to this guide:
1. [Install WSL2 on your local Windows computer](04-Install-WSL2-Linux/README.md)
1. [Install Abra on WSL2 Linux](05-Install-Abra-on-WSL2-Linux/README.md)
1. [Set up ssh on WSL2 Linux](06-WSL2-Linux-ssh/README.md)
1. [Deploy Traefik](07-Deploy-Traefik/README.md)
1. [Set up Server and Deploy Traefik](07-Setup-Server-Deploy-Traefik/README.md)
1. [Deploy your first app](08-Deploy-first-app/README.md)