Added python3 for new installs (#11564)

`./scripts/composer_wrapper.php install --no-dev` will fail without pip3 installed.
This commit is contained in:
Hans Erasmus
2020-05-06 22:57:14 +02:00
committed by GitHub
parent c4158edda6
commit 612817f1a0

View File

@@ -16,7 +16,7 @@ yum install epel-release
```
```
yum install git cronie fping jwhois ImageMagick mtr MySQL-python net-snmp net-snmp-utils nmap python-memcached rrdtool policycoreutils-python httpd mariadb mariadb-server unzip
yum install git cronie fping jwhois ImageMagick mtr MySQL-python net-snmp net-snmp-utils nmap python-memcached rrdtool policycoreutils-python httpd mariadb mariadb-server unzip python3 python3-pip
```
### Install PHP
@@ -93,7 +93,7 @@ exit
## Configure MySQL
```
systemctl start mariadb
systemctl enable --now mariadb
mysql -u root
```
@@ -119,7 +119,6 @@ lower_case_table_names=0
```
```
systemctl enable mariadb
systemctl restart mariadb
```
@@ -178,8 +177,7 @@ Add the following config, edit `ServerName` as required:
> should be :)) then you will need to disable the default site. `rm -f /etc/httpd/conf.d/welcome.conf`
```
systemctl enable httpd
systemctl restart httpd
systemctl enable --now httpd
```
# SELinux