Installation
In this tutorial, you will learn about the dependencies that need to be installed to run Fiamma.
Step 1: Install Golang
For Linux server installation of Go language, you can refer to the commands below, and for installation tutorials of Go language on other operating systems, you can refer to the official Go language documentation.
After executing the above commands, you should check that the version of go is the same as the required version.
Step 2: Build and Install Fiamma
You need to clone Fiamma’s GitHub repository to install the fiammad
executable.
Install build requirements
Retrieve the Fiamma source code either through the releases page or by cloning the source code.
Navigate to the directory that contains the Fiamma source code. From there build and install the fiammad executable
Check fiammad command
Last updated