How to install Joomla on CentOS 7

preview_player
Показать описание


===

Commands:
setenforce 0
sed -i 's/enforcing/disabled/g' /etc/selinux/config

yum install epel-release httpd php php-common php-mysqlnd php-mbstring php-gd mariadb-server mod_ssl zip wget unzip -y

systemctl start httpd && systemctl start mariadb

mysql
CREATE DATABASE joomla;
GRANT ALL PRIVILEGES ON joomla.* TO 'joomla'@'localhost' IDENTIFIED BY 'Eh4wph8WItSO';

chown -R apache:apache /var/www/html

----
Рекомендации по теме
Комментарии
Автор

Great video, using the && to start the two services is a great tip :)

DarrensTechTutorials
Автор

Only views in 360p and I can barely make out the commands you're running.

drewerving