In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
This article will explain in detail how to deploy online mall ecshop in cloud computing. The content of the article is of high quality, so the editor will share it with you for reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.
Deploy online mall ecshop in cloud computing:
It is recommended that the new environment begin.
I. basic environment
[root@apache ~] # sed-ri'/ ^ SELINUX=/cSELINUX=disabled' / etc/selinux/config
[root@apache ~] # setenforce 0
[root@apache ~] # systemctl stop firewalld.service
[root@apache ~] # systemctl disable firewalld.service
Second, install LAMP
[root@apache ~] # yum-y install httpd mariadb-server mariadb php php-mysql gd php-gd
[root@apache ~] # systemctl start httpd mariadb
[root@apache ~] # systemctl enable httpd mariadb
[root@apache ~] # mysql_secure_installation
Third, install Ecshop
Apache configure virtual host
[root@apache ~] # vim / etc/httpd/conf.d/zhufo.conf
[root@apache ~] # systemctl restart httpd
Import ecshop site
[root@apache] # mkdir-p / webroot/zhufo
[root@apache ~] # unzip ECShop_V3.0.0_UTF8_release0518.zip
[root@apache ~] # cp-rf ECShop_V3.0.0_UTF8_release0518/* / webroot/zhufo/
Install ecshop [any client]
[root@tianyun ~] # vim / etc/hosts / / if DNS parsing is not used
192.168.122.161 www.zhufo.top zhufo.top / / 161 is web server IP
[root@apache] # chmod-R 777 / webroot/zhufo/
Modify php.ini time zone
[root@apache ~] # vim / etc/php.ini
[root@apache ~] # systemctl restart httpd
So much for sharing about how to deploy online mall ecshop in cloud computing. I hope the above content can be helpful to you and learn more knowledge. If you think the article is good, you can share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.