Last active
          August 29, 2015 14:04 
        
      - 
      
- 
        Save bgulla/89becfe1e39186089e0b to your computer and use it in GitHub Desktop. 
    EC2
  
        
  
    
      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
    
  
  
    
  | # Adding EPEL Repo | |
| wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
| rpm -ivh epel-release-6-8.noarch.rpm | |
| # CDH/Mesos Install | |
| curl -sSfL http://archive.cloudera.com/cdh4/one-click-install/redhat/6/x86_64/cloudera-cdh-4-0.x86_64.rpm --output /tmp/cdh.rpm | |
| curl -sSfL http://archive.cloudera.com/cdh4/redhat/6/x86_64/cdh/RPM-GPG-KEY-cloudera --output /tmp/cdh.key | |
| sudo rpm --import /tmp/cdh.key | |
| sudo yum localinstall -y -q /tmp/cdh.rpm | |
| sudo rpm -Uvh http://repos.mesosphere.io/el/6/noarch/RPMS/mesosphere-el-repo-6-2.noarch.rpm | |
| sudo yum -y install mesos marathon chronos | |
| # Docker-registry | |
| # Service docker-registry (runs on 5000) | |
| # Search for docker images in registry: curl http://localhost:5000/v1/search | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment