Skip to content

serrien/cluster-mesos

Repository files navigation

cluster-mesos

Installation

brew cask install chefdk
brew cask install vagrant
vagrant plugin install vagrant-cachier vagrant-omnibus vagrant-triggers vagrant-berkshelf

vagrant-berkshelf is optional.

Run

vagrant up

Warning : you will be prompted to enter password for nfs use. To prevent this privilege prompt password edit /etc/sudoers following the guidelines here

Sample apps

In order to build sample apps

vagrant ssh consul
cd /vagrant
sh buildAndInstallAllContainer.sh

Sample apps are now in private registry on consul node.