Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 903 Bytes

environment.md

File metadata and controls

43 lines (30 loc) · 903 Bytes

Installing environment

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.

Requirements

  • Linux/Unix/Mac OS X
  • VirtualBox
  • Vagrant
  • Git

Steps

  1. Install VirtualBox

  2. Install Vagrant

  3. Git clone this repository

git clone https://github.com/paypal/dce-go

cd dce-go
  1. Start vagrant box
vagrant up
  1. 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

  1. ssh to the vagrant box
vagrant ssh
  1. Next: How to use