Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo yum -y update
sudo yum -y install epel-release yum-utils
sudo yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
sudo yum -y update
sudo yum -y install php php-common php-devel php-bcmath php-gd php-pdo php-pear php-mysqlnd php-pgsql php-mbstring php-pecl-redis php-xml tidy php-tidy php-soap php-zip php-pecl-zip php-pecl-apcu php-pecl-ssh2 mcrypt php-mcrypt php-pecl-memcache php-intl php-zip redis ImageMagick-devel
sudo yum -y install curl policycoreutils openssh-server openssh-clients postfix vim
sudo yum -y update

...

Code Block
firewall-cmd --zone=public --permanent --add-service=http
firewall-cmd --zone=public --permanent --add-service=mysql 
firewall-cmd --zone=public --permanent --add-service=ssh
firewall-cmd --reload



Regarding PHP settings, please refer PHP configuration I commonly use

Include Page
PHP configuration I commonly use
PHP configuration I commonly use