Administrator Guide
Installation of FIGO
Preparation of a server to be onboarded on FIGO
The typical configuation of the server is with a debian based Linux distribution, the default is Ubuntu Server 22.04
Install ssh
Disable password authentication and enable pubkey authentication
Enable passwordless sudo for the ubuntu user
Copy the public key of the main FIGO node into the server
For further details, find the instructions in Preparation for Onboarding.
Installation of FIGO main node
Follow the instruction in https://github.com/StefanoSalsano/figo/blob/main/figo
(More to be provided…)