Linux serverNETWORK ADMINISTRATIONS

How to install WordPress on CentOS 7

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:

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 👍

source

centos 7

One thought on “How to install WordPress on CentOS 7

  • ভিডিওটি কেমন হলো তা অবশ্যই জানাবেন এবং ভিডিওটির কোনো অংশে বুঝতে অসুবিধা হলে অবশ্যই কমেন্টে জানাবেন। ধন্যবাদ

    Technology Guide360

Comments are closed.