ACP Installation
Tip | ||
---|---|---|
Warning | ||
| ||
If you currently require installation, setup, or licensing assistance, please contact 6connect support at at support@6connect.com. |
Table of Contents |
---|
Installation of Apache2 and PHP7.2 on Debian/Ubuntu
Add repository for PHP7.2
apt-get install -y software-properties-common
add-apt-repository -y ppa:ondrej/php
apt-get update -y
...
Setting the mysql server
mysql -u root -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YOUR_ROOT_PASSWORD'"
Installation of Apache2 and PHP7.2 on CentOS
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
rpm -Uvh https://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm
...