NOTE: Take note of the files in .gitignore which will not be committed. These are indicated by angle brackets below. Some of them must be provided for deployment to succeed.
.
├── ci # Continuous integration scripts
├── docs # Misc images or supporting documentation
├── etc # DC/OS config templates
├── examples # Example app/service definitions
├── lib # DC/OS Vagrant plugin source
├── provision # Machine provisioning scripts and artifacts
├── <dcos_generate_config.sh> # (Required) DC/OS installer
├── LICENSE # Software license
├── NOTICE # Non-license attributions
├── README.md # Intro Documentation
├── <VagrantConfig.yaml> # (Required) Machine resource definitions
├── VagrantConfig.yaml.example # Used to define node types. Copy to VagrantConfig.yaml
└── VagrantFile # Used to deploy nodes and install DC/OS