From 1945f6f920ddf3f454802220884d21ef0934a3a3 Mon Sep 17 00:00:00 2001 From: LMurphy001 Date: Wed, 25 Aug 2021 17:01:37 -0400 Subject: [PATCH] Renamed 8 README.md files. --- .../{README.md => create-acct.md} | 0 .../{README.md => setup-dns.md} | 0 .../{README.md => inst-docker-on-capsul.md} | 0 .../{README.md => inst-wsl2-linux.md} | 0 .../{README.md => inst-abra.md} | 0 .../{README.md => ssh-to-capsul-from-wsl.md} | 0 .../{README.md => setup-server.md} | 0 .../{README.md => add-1stapp-deploy.md} | 0 README.md | 23 +++++++++++-------- 9 files changed, 14 insertions(+), 9 deletions(-) rename 01-CreateCapsul-and-Login/{README.md => create-acct.md} (100%) rename 02-Setup-DNS-Records/{README.md => setup-dns.md} (100%) rename 03-Install-docker-on-Capsul/{README.md => inst-docker-on-capsul.md} (100%) rename 04-Install-WSL2-Linux/{README.md => inst-wsl2-linux.md} (100%) rename 05-Install-Abra-on-WSL2-Linux/{README.md => inst-abra.md} (100%) rename 06-WSL2-Linux-ssh/{README.md => ssh-to-capsul-from-wsl.md} (100%) rename 07-Setup-Server-Deploy-Traefik/{README.md => setup-server.md} (100%) rename 08-Deploy-first-app/{README.md => add-1stapp-deploy.md} (100%) diff --git a/01-CreateCapsul-and-Login/README.md b/01-CreateCapsul-and-Login/create-acct.md similarity index 100% rename from 01-CreateCapsul-and-Login/README.md rename to 01-CreateCapsul-and-Login/create-acct.md diff --git a/02-Setup-DNS-Records/README.md b/02-Setup-DNS-Records/setup-dns.md similarity index 100% rename from 02-Setup-DNS-Records/README.md rename to 02-Setup-DNS-Records/setup-dns.md diff --git a/03-Install-docker-on-Capsul/README.md b/03-Install-docker-on-Capsul/inst-docker-on-capsul.md similarity index 100% rename from 03-Install-docker-on-Capsul/README.md rename to 03-Install-docker-on-Capsul/inst-docker-on-capsul.md diff --git a/04-Install-WSL2-Linux/README.md b/04-Install-WSL2-Linux/inst-wsl2-linux.md similarity index 100% rename from 04-Install-WSL2-Linux/README.md rename to 04-Install-WSL2-Linux/inst-wsl2-linux.md diff --git a/05-Install-Abra-on-WSL2-Linux/README.md b/05-Install-Abra-on-WSL2-Linux/inst-abra.md similarity index 100% rename from 05-Install-Abra-on-WSL2-Linux/README.md rename to 05-Install-Abra-on-WSL2-Linux/inst-abra.md diff --git a/06-WSL2-Linux-ssh/README.md b/06-WSL2-Linux-ssh/ssh-to-capsul-from-wsl.md similarity index 100% rename from 06-WSL2-Linux-ssh/README.md rename to 06-WSL2-Linux-ssh/ssh-to-capsul-from-wsl.md diff --git a/07-Setup-Server-Deploy-Traefik/README.md b/07-Setup-Server-Deploy-Traefik/setup-server.md similarity index 100% rename from 07-Setup-Server-Deploy-Traefik/README.md rename to 07-Setup-Server-Deploy-Traefik/setup-server.md diff --git a/08-Deploy-first-app/README.md b/08-Deploy-first-app/add-1stapp-deploy.md similarity index 100% rename from 08-Deploy-first-app/README.md rename to 08-Deploy-first-app/add-1stapp-deploy.md diff --git a/README.md b/README.md index 69a3541..f6185f9 100644 --- a/README.md +++ b/README.md @@ -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 -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)* \ No newline at end of file