Sregistry Install

From Define Wiki
Jump to navigation Jump to search

VM machine Setup

Create a Virtual machine with 4core / 8 GB and 40GB

[centos@sregistry ~]$ sudo su - [centos@sregistry ~]$ yum update ; reboot [centos@sregistry ~]$ yum groupinstall "Development Tools" [centos@sregistry ~]$ yum install wget [centos@sregistry ~]$ yum install git build-essential nginx python2-dev [centos@sregistry ~]$ wget https://bootstrap.pypa.io/get-pip.py [centos@sregistry ~]$ pip install ipaddress [centos@sregistry ~]$ pip install oauth2client [centos@sregistry ~]$ git clone https://github.com/singularityhub/sregistry [centos@sregistry ~]$ [centos@sregistry ~]$ yum install epel-release