search
HomeCMS TutorialECShopDetailed explanation of ECSHOP installation and use

Linux/CentOS 7 environment installation ECShop 3.6

Detailed explanation of ECSHOP installation and use

1. Check whether the Apache HTTP Server has been installed on the system. That is, httpd
If the following content is returned, it means it has been installed

[root@localhost ~]# httpd -version
Server version: Apache/2.4.6 (CentOS)
Server built:   Aug  8 2019 11:41:18

If it is not installed, execute the following command to install and start the service

[root@localhost ~]# yum install httpd -y

Recommended (free): ecshop

2. Check whether PHP and plug-ins have been installed on the system.
If the following content is returned, PHP has been installed.

[root@localhost ~]# php -v
PHP 5.4.16 (cli) (built: Nov  1 2019 16:04:20)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
[root@localhost ~]# rpm -qa | grep php-gd
php-gd-5.4.16-46.1.el7_7.x86_64
[root@localhost ~]# rpm -qa|grep php-mysql
php-mysql-5.4.16-46.1.el7_7.x86_64

If not, execute the following command to install it.

[root@localhost ~]# yum install php php-gd php-mysql -y

3. Check whether MySQL or MariaDB has been installed on the system
If the following content is returned, MariaDB has been installed

[root@localhost ~]# rpm -qa|grep mariadb
mariadb-libs-5.5.64-1.el7.x86_64
mariadb-5.5.64-1.el7.x86_64
mariadb-server-5.5.64-1.el7.x86_64

If not, execute the following command to install and configure, and follow the prompts Enter the new password of the root user

[root@localhost ~]# yum install mariadb-server -y
[root@localhost ~]# systemctl start mariadb
[root@localhost ~]# systemctl enable mariadb
[root@localhost ~]# systemctl status mariadb
[root@localhost ~]# mysql_secure_installation

4. Modify the PHP configuration file to set the time zone
Search for timezone, remove the comment character # before date.timezone, and set the value to PRC

[root@localhost ~]# vim /etc/php.ini
date.timezone = PRC

5. Download and decompress the ECShop 3.6 source code

[root@localhost ~]# wget http://zj.mycodes.net/201708/ECShop_3.6.0_UTF8_release.zip
[root@localhost ~]# unzip ECShop_3.6.0_UTF8_release.zip
[root@localhost ~]# mv ECShop_3.6.0_UTF8_release/source/* /var/www/html/

6. Set the source code directory to be writable

[root@localhost ~]# mv ECShop_3.6.0_UTF8_release/source/* /var/www/html/
[root@localhost ~]# cd /var/www/html
[root@localhost ~]# ls
appserver  ecshop
[root@localhost ~]# chmod 777 -R appserver ecshop

7. Turn off selinux
Modify the selinux configuration file and change the value of SELINUX to disabled

[root@localhost conf]# vim /etc/selinux/config
SELINUX=disabled
SELINUXTYPE=targeted
[root@localhost conf]# setenforce 0
setenforce: SELinux is disabled

8. Start the Apache service, query the service status and set the startup service

[root@localhost ~]# systemctl start httpd
[root@localhost ~]# systemctl enable httpd
[root@localhost ~]# systemctl status httpd

9. The firewall allows port 80 of the Apache service

[root@localhost conf]# firewall-cmd --add-port=80/tcp --zone=public --permanent
success
[root@localhost conf]# firewall-cmd --reload
success

10. Browser installation ECShop
Assume that the server's IP address is 192.168.8.128, and enter
http://192.168.85.128/ecshop/install/index.php

## in the browser address bar.

#Always reported forbidden, manually change all directory permissions under www, html, and ecshop to editable mode. . .

##Follow the installation wizard steps, agree to the agreement, and check the environment

ECShop Installation Agreement

If there is any failure, continue to manually modify the permissions

ECShop Installation Check Environment

When configuring the system, enter the database root user password, database name ecshop, enter the administrator account and password, check to install the test data, and click Install Now

MySQL needs to change the password and create the database, otherwise it will prompt that the account or password failed

Solution:

mysql -u root -p
 ALTER USER USER() IDENTIFIED BY 'Biran1991!2#'
 create database ecshop;
 show databases;
 systemctl restart mysqld.service

Success

After the installation is completed, there is no need to activate the system. Enter the home page address in the browser to access http:/ /192.168.8.128/ecshop/index.php

The above is the detailed content of Detailed explanation of ECSHOP installation and use. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:CSDN. If there is any infringement, please contact admin@php.cn delete

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.