Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 907 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 907 Bytes

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.

Play

To play the game: clone this repo, cd choose_devops, ./game.sh