Difference between revisions of "Sregistry Install"

From Define Wiki
Jump to navigation Jump to search
(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...")
 
Line 2: Line 2:
 
Create a Virtual machine with 4core / 8 GB and 40GB  
 
Create a Virtual machine with 4core / 8 GB and 40GB  
  
 +
<nowiki>
 
[centos@sregistry ~]$ sudo su -
 
[centos@sregistry ~]$ sudo su -
 
[centos@sregistry ~]$ yum update ; reboot
 
[centos@sregistry ~]$ yum update ; reboot
Line 15: Line 16:
 
[centos@sregistry ~]$
 
[centos@sregistry ~]$
 
[centos@sregistry ~]$ yum install epel-release
 
[centos@sregistry ~]$ yum install epel-release
 +
</nowiki>

Revision as of 14:51, 21 May 2020

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