mesos-linux-dev-vm

Scripts to create and maintain a virtual machine for Mesos GNU/Linux development.

APACHE-2.0 License

Stars
7

Mesos GNU/Linux Dev VM

These scripts will help you quickly build a virtual machine for Mesos development.

The virtual machine runs 64-bit Ubuntu 12.04.

Prerequisites

Quick start

  1. Clone this repo: git clone --recursive <repository>.
  2. 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 VM cd /vagrant/mesos,
    build, test, etc.
  • Outside the VM, edit code using your favorite tools.

Troubleshooting

  • 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 with git clone.
    • Run git submodule update --init.

See also

Copyright and License

©2013 Adam Monsen [email protected].

Available under the Apache License, Version 2.0. See COPYING.