This vagrant box helps you quickly create DCE environment which has mesos, marathon, aurora, golang1.7, docker, docker-compose and DCE installed. DCE will be compiled as a binary file called "executor" and you can find it at /home/vagrant.
- Linux/Unix/Mac OS X
- VirtualBox
- Vagrant
- Git
-
Git clone this repository
git clone https://github.com/paypal/dce-go
cd dce-go
- Start vagrant box
vagrant up
- Validate installation
mesos endpoint : http://192.168.33.8:5050
marathon endpoint: http://192.168.33.8:8080/ui
aurora endpoint: http://192.168.33.8:8081
- ssh to the vagrant box
vagrant ssh
- Next: How to use