How to install Wordpress on CentOS 7

Published: 13 July 2022
on channel: Technology Guide360
501
5

How to install Wordpress on CentOS 7

#technologyguide360
#technology
#installwordpress

Install Wordpress Centos7:
Commands:
setenforce 0

sed -i 's/enforcing/disabled/g' /etc/selinux/config

--

yum install httpd php php-common php-mysqlnd php-mbstring php-gd mariadb-server mod_ssl -y

--

sed -i 's/AllowOverride none/AllowOverride all/g' /etc/httpd/conf/httpd.conf

--

systemctl start httpd && systemctl start mariadb

--
mysql -u root -p

[check database]
Enter password:


CREATE DATABASE TGuide360wp;

GRANT ALL PRIVILEGES ON wpdb.* TO 'TGuide360wpusr'@'localhost' IDENTIFIED BY 'TGuide360@@$1904';
flush privileges;
exit

yum install wget –y
yum install unzip

--
wget https://wordpress.org/latest.zip
unzip latest.zip
mv wordpress/* /var/www/html/
cd /var/www/html/

--

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

Last Setp (Install Wordpress)
************************

If you need Linux Server Then Visit Website :
https://ssdnetworks.com

They provide Dedicated and Cloud Linux Server


---------------------- 🔔Channel Subscription Link🔔 -----------------------
https://cutt.ly/GKWcvn9
____________________________________________________________
👉Join my Facebook Page. Here is the link:
https://www.facebook.com/Technologyguide360

👉Follow my twitter, here is the link:
https://twitter.com/TGuide360

Hello, Guys Thanks 😊 For watching this video, hope you like this content, please give your suggestions in the comments section. Hope you guys like the video. If you like this video then please 🙏 Give a big Like 👍


Watch video How to install Wordpress on CentOS 7 online without registration, duration hours minute second in high quality. This video was added by user Technology Guide360 13 July 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 501 once and liked it 5 people.