Sregistry Install

From Define Wiki
Revision as of 14:49, 21 May 2020 by Shanal (talk | contribs) (Created page with "==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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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