Server Preparation

Installing Dependencies

We will need to install these dependencies and common tools before we can continue to the next steps. Simply by executing below commands :

sudo apt -q update
sudo apt -qy install curl git jq lz4 build-essential snapd unzip nginx
sudo apt -qy upgrade

This guide is made by assuming you're using Ubuntu 22.04 LTS. You will need to modify to match your OS accordingly

Last updated