Advertising:
T3Technique

Difference between revisions of "Wpool-upgrade-wiki"

From Vanagon Diesel Information
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Minimal Network Install
 
Minimal Network Install
  
 
+
setenforce 0
 
yum -y 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
  
Line 12: Line 12:
 
yum update
 
yum update
  
yum -y install php73-php
+
yum -y install php
  
 
yum -y 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 install -y pcre pcre-tools php-json php-mbstring php73-php-pecl-crypto
 +
 +
yum install -y libcurl-devel php-pear-Net-Curl curl
  
 
yum -y install mariadb-server mariadb lynx
 
yum -y install mariadb-server mariadb lynx
  
sudo systemctl start httpd.service
+
systemctl start httpd.service
 +
 
 +
systemctl enable httpd.service
 +
 
 +
systemctl start mariadb.service
 +
 
 +
systemctl enable mariadb.service
 +
 
 +
mysql_secure_installation

Latest revision as of 19:48, 12 February 2019

Minimal Network Install

setenforce 0 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

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

yum install -y pcre pcre-tools php-json php-mbstring php73-php-pecl-crypto

yum install -y libcurl-devel php-pear-Net-Curl curl

yum -y install mariadb-server mariadb lynx

systemctl start httpd.service

systemctl enable httpd.service

systemctl start mariadb.service

systemctl enable mariadb.service

mysql_secure_installation