Step 01- install apache & php
[root@www ~]# yum install wget vim zip unzip –y
[root@www ~]# yum install epel-release httpd php php-common php-mysqlnd php-pear php-mbstring php-gd mariadb-server mariadb –y
[root@www ~]# vim /etc/httpd/conf/httpd.conf
change 103 no. line
( AllowOverride all )
[root@www ~]# systemctl start httpd
[root@www ~]# systemctl enable httpd
[root@www ~]# firewall-cmd --permanent --add-service=http
[root@www ~]# firewall-cmd –reload
Step 02: create a database for joomla
[root@www ~]# systemctl start mariadb
[root@www ~]# systemctl enable mariadb
[root@www ~]# mysql_secure_installation
[root@www ~]# mysql -u root –p
Enter password:
-create database joomla;
-create user joomlauser@localhost identified by 'password';
-grant all privileges on joomla.* to joomlauser@localhost;
-flush privileges;
Last Step: Download and instal joomla
I will provide the download link in tutorial description
I allreadey have jommla, so i just transferee the file in linux server. in my case i am using ssh sequershall
[root@www ~]# chown -R apache:apache /var/www/html
[root@www ~]# chcon -R --reference /var/www /var/www/html
*****
joomla download link-
https://github-production-release-ass...