Worker Installation
Overview
There are four steps to run a NuLink Worker:
Minimum System Requirements
Installation
Update Depencies
sudo apt update && sudo apt upgrade -y
sudo apt install ufwInstall Latest Docker Engine and Pull Latest Horus Image
curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER
docker pull nulink/nulink:latestSetup Firewall
Setup Password Variable
Create Worker Account
Create Nulink Directory
Init Worker
Run the worker
Last updated