How to Install goiardi in Ubuntu 18.04



Install goiardi by entering the following commands in the terminal:

sudo apt update
sudo apt install goiardi

Description:

Chef server written in Go

Goiardi is an implementation of the Chef server written in Go. It can either run entirely in memory with the option to save and load the in-memory data and search indexes to and from disk, drawing inspiration from chef-zero, or it can use MariaDB/MySQL or PostgreSQL as its storage backend.

Homepage: https://github.com/ctdk/goiardi

Version: 0.11.7-1

Section: universe/admin