Advertising:
T3Technique

Difference between revisions of "Wpool-upgrade-wiki"

From Vanagon Diesel Information
Jump to navigation Jump to search
Line 2: Line 2:
  
  
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
+
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
  
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
+
yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
  
yum install yum-utils
+
yum -y install yum-utils
  
 
yum-config-manager --enable remi-php73
 
yum-config-manager --enable remi-php73
Line 12: Line 12:
 
yum update
 
yum update
  
yum install php php-mcrypt php-cli php-gd php-curl php-mysql php-zip php-fileinfo
+
yum -y install php php-mcrypt php-cli php-gd php-curl php-mysql php-zip php-fileinfo
  
 
yum -y install mariadb-server mariadb
 
yum -y install mariadb-server mariadb

Revision as of 05:18, 12 February 2019

Minimal Network Install


yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm

yum -y install yum-utils

yum-config-manager --enable remi-php73

yum update

yum -y install php php-mcrypt php-cli php-gd php-curl php-mysql php-zip php-fileinfo

yum -y install mariadb-server mariadb