Last active
October 18, 2015 02:59
-
-
Save anubhavsinha/6faa7e3d1ff6287acabb to your computer and use it in GitHub Desktop.
Mesos on AWS RHEL 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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