2016年3月1日 星期二

yum install httpd mariadb -y

setenforce 0

yum install mlocate wget zip unzip ntpdate firewalld httpd mariadb-server mariadb -y

ntpdate time.stdtime.gov.tw | hwclock -w

systemctl restart httpd.service
systemctl enable httpd.service
systemctl restart mariadb.service
systemctl enable mariadb.service
systemctl restart firewalld
systemctl enable firewalld

mysql_secure_installation

#######################################################
yum install php php-gd php-mbstring php-mysql php-pear php-bcmath php-mcrypt -y
########################################################
單獨執行

pear -d preferred_state=beta install Crypt_DiffieHellman
pear install Crypt_CBC
#####################################################
systemctl restart httpd.service

firewall-cmd --permanent --zone=public --add-service=http
firewall-cmd --permanent --zone=public --add-service=https
firewall-cmd --reload

########################################################

沒有留言:

張貼留言