1 min read
# Setup
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv DF7D54CBE56151BF
DISTRO=$(lsb_release -is | tr '[:upper:]' '[:lower:]')
CODENAME=$(lsb_release -cs)
# Add the repository
echo "deb http://repos.mesosphere.io/${DISTRO} ${CODENAME} main" |
sudo tee /etc/apt/sources.list.d/mesosphere.list
sudo apt-get -y update
# Install packages
sudo apt-get -y install mesos marathon chronos
# Add the repository
sudo rpm -Uvh http://repos.mesosphere.io/el/6/noarch/RPMS/mesosphere-el-repo-6-2.noarch.rpm
# Install packages
sudo yum -y install mesos marathon chronos
- Ubuntu 14.04 (trusty)
- Ubuntu 13.10 (saucy)
- Ubuntu 13.04 (raring)
- Ubuntu 12.10 (quantal)
- Ubuntu 12.04 (precise)
- Debian 7 (wheezy)
- RedHat 6
- CentOS 6
- mesos
- marathon
- chronos