Skip to content

Instantly share code, notes, and snippets.

@anubhavsinha
Last active October 18, 2015 02:59
Show Gist options
  • Save anubhavsinha/6faa7e3d1ff6287acabb to your computer and use it in GitHub Desktop.
Save anubhavsinha/6faa7e3d1ff6287acabb to your computer and use it in GitHub Desktop.
Mesos on AWS RHEL 7
# Add the mesosphere repository
sudo rpm -Uvh http://repos.mesosphere.com/el/7/noarch/RPMS/mesosphere-el-repo-7-1.noarch.rpm
sudo yum update -y
# For mesos-master-zookeeper-metaframework nodes - start 3 of these for a HA setup
sudo yum install mesos marathon chronos mesosphere-zookeeper
# For mesos-slave
sudo yum install mesos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment