These scripts will help you quickly build a virtual machine for Mesos development.
The virtual machine runs 64-bit Ubuntu 12.04.
- VirtualBox 4.2.x
- Vagrant 1.1.x
- Clone this repo:
git clone --recursive <repository>
. - Run
vagrant up
in the top-level directory of your clone.
If all that worked, you now have a running VM!
- Run
vagrant ssh
to enter the VM. In the VMcd /vagrant/mesos
, build, test, etc. - Outside the VM, edit code using your favorite tools.
- Network operations time out or appear to halt the machine.
- Are you running on a 32-bit host? That may be the problem. Try a 64-bit host.
- Forgot to use
--recursive
withgit clone
.- Run
git submodule update --init
.
- Run
©2013 Adam Monsen [email protected].
Available under the Apache License, Version 2.0. See COPYING.