Skip to content

Instantly share code, notes, and snippets.

@nrshrivatsan
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrshrivatsan/2f6f8da9835350f0943b to your computer and use it in GitHub Desktop.
Save nrshrivatsan/2f6f8da9835350f0943b to your computer and use it in GitHub Desktop.
A single Shell file to setup mesos
sudo apt-get install -y git build-essential openjdk-6-jdk python-dev python-boto libcurl4-nss-dev libsasl2-dev autoconf libtool maven
git clone http://git-wip-us.apache.org/repos/asf/mesos.git
cd mesos
./bootstrap
mkdir build
cd build
../configure
make -j 4
make check
make install -j 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment