Skip to content

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

License

Notifications You must be signed in to change notification settings

ryanmaclean/choose_devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages