Renamed 8 README.md files.

This commit is contained in:
LMurphy001 2021-08-25 17:01:37 -04:00
parent b3ba81ca80
commit 1945f6f920
9 changed files with 14 additions and 9 deletions

View File

@ -5,14 +5,19 @@ This is a step-by-step guide for Windows Administrators to install and deploy Co
*I owe much gratitude to [@3wc](https://matrix.to/#/@3wc:autonomic.zone) for all of their patience and assistance.* This document is largely based on <https://docs.coopcloud.tech/deploy/>
There are eight parts to this guide:
1. [Create a Capsul and login to it](01-CreateCapsul-and-Login/README.md)
1. [Set up DNS records](02-Setup-DNS-Records/README.md)
1. [Install docker on the Capsule](03-Install-docker-on-Capsul/README.md)
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. [Set up Server and Deploy Traefik](07-Setup-Server-Deploy-Traefik/README.md)
1. [Deploy your first app](08-Deploy-first-app/README.md)
Here are the steps in this guide:
1. [Create yolo.servers.coop account](md/create-acct.md)
1. [Upload public ssh key to your account](md/upload-pub-key.md)
1. [Add funds and create capsul](md/create_capsul.md)
1. [SSH login to Capsul from Windows](md/ssh-to-capsul-from-win.md)
1. [Set up DNS records to link capsul with a domain name](md/setup-dns.md)
1. [Install docker engine on capsul](md/inst-docker-on-capsul.md)
1. [Install WSL2 and Linux on Windows 10](md/inst-wsl2-linux.md)
1. [Install abra on WSL2 Linux](md/inst-abra.md)
1. [SSH login to Capsul from WSL2 Linux](md/ssh-to-capsul-from-wsl.md)
1. [Create and Initialize Server Context](md/setup-server.md)
1. [Add and deploy Traefik](md/add-traefik-deploy.md)
1. [Add and deploy your first app](md/add-1stapp-deploy.md)
*Author: [timewarp](https://matrix.to/#/@timewarp:matrix.org)*