/choose_devops

Command line menu-driven "choose your own adventure" style exploration of infrastructure and platform decisions.

Primary LanguageShellMIT LicenseMIT

Choose Your Own DevOps

A menu-driven game that walks you through a form setting up some infrastructure decisions based on previous answers.

Visual "Style"

In the interest of simply getting the idea out there, but at the same time to put some constraints on something in the works for a few years, a TUI was chosen.

Question 1

Pre-Requisites

The only thing you will need is a form of dialog installed. For example, the shell version on Ubuntu:

sudo apt install -y dialog

Note: Dialog is typically installed on most Linux distros by default, though xdialog and kdialog are also options. gdialog (Zenity) appears to be just different enough to not be usable without a port. On macOS, brew install dialog will suffice.