This repository is designed to build a virtual machine and equip it with a variety of scripts, serving as a foundational infrastructure setup for various developer operations tools. It is structured to be scalable, accommodating different developer needs and environments. Currently, only the VM creation script for Darwin (macOS) has been tested.
-
from your mac run:
darwin-create-vm -
this script will place you into the trifecta's shell
lswill give you a list of completed install scripts. -
from the trifecta shell run:
-
container-installs
- docker
bash docker-install.sh
- webserver-installs
- webserver
bash nginx.sh
- virtualization-installs
- jenkins
bash jenkins-install.sh
(more will be added when completed)