From 315c13175a58db0fe5953fbabe2768c039a4fc18 Mon Sep 17 00:00:00 2001 From: Henrik Soerensen Date: Mon, 25 Mar 2024 12:46:27 -0400 Subject: [PATCH] Restructure layout to better call out steps and system requirements --- docs/provider-guidance.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/provider-guidance.md b/docs/provider-guidance.md index 67bc9d5..2f5439c 100644 --- a/docs/provider-guidance.md +++ b/docs/provider-guidance.md @@ -3,17 +3,18 @@ This guidance covers basic steps that are typical for smaller cloud / VPS providers. It is not exhaustive, and you should consult your provider's documentation for more detailed information. +## Before You Start Before choosing a provider, it is [important to understand the system requirements](../installation/system-requirements/) as they will help you make the best decision for your node. -## General steps +## Steps to Follow -1. Create SSH keys to authenticate with your server. With many providers, you can upload your public key - to ensure secure password less server access. -2. Create a new server with your chosen operating system. The community frequently uses Ubuntu 22.04 LTS. -3. Secure your server by following best practices. This includes permissions, software updates and setting up firewalls. -4. [Install Voi Swarm](../installation/installation/) +1. **Create SSH keys**: This will authenticate you with your server. + Some providers allow you to upload your public key for secure, passwordless access. +2. **Create a new server**: Spin up a new server with your chosen operating system. The community frequently uses Ubuntu 22.04 LTS. +3. **Secure your server**: Follow best practices for permissions, software updates and firewalls. +4. **Install Voi Swarm**: [Follow the installation guide](../installation/installation/) Step-by-step guides for some popular providers are provided below.