Light Open e-commerce system release manual
System download
CSDN Download Channel: http://download.csdn.net/detail/tx18/8318585
Recommended installation Environment
Operating System :
Version centos5.x and above
Version Win2003 and above
Other Linux Systems
Jvm:
Version jdk1.5.0_08 and above
Tomcat:
Version Tomcat6.0 and above
Mysql:
Version mysql5.1.x and above
Installing Tomcat
Please refer to the WebEasy development manual. doc
or reference:
http://blog.csdn.net/tx18/article/details/18843713
http://blog.163.com/lai_xiao_hui/blog/static/12303732420131123324611/
Install MySQL
Reference:
http://blog.csdn.net/tx18/article/details/18560871
Http://www.cnblogs.com/chenjunbiao/archive/2011/01/24/1940256.html
Configure MySQL
in the my.cnf or My.ini in the file [Mysqld] Rear Increase
#字符集:
Default-character-set=utf8
#全文检索
ft_min_word_len=2
#连接相关
max_connections=128
Table_cache=64
back_log=100
max_connect_errors=4294967295
wait_timeout=250
interactive_timeout=250
Recovering a Database
Restore the Htok_baby.sql file to MySQL
First create an empty database named Htok_baby
To the Mysql/bin directory, perform the following
./mysql–uroot–pyourpasshtok_baby < Htok_baby.sql
Instructions
Reference:
http://blog.csdn.net/bxbx258/article/details/2945832
Configure Tomcat
Edit Conf/server.xml File
Modify Port:
Change <connectorport= "8080" to <connector port= "
Publish e-commerce website:
Add to </Host> below
www.yourdomain.cn" >
<Alias> yourdomain.cn</Alias>
<context path= "" docbase= "/home/tomcat/web/baby" reloadable= "false" crosscontext= "true"/>
</Host>
yourdomain.cn Change to your registered domain name
Copy baby to the/home/tomcat/web/baby Directory
Local Publishing:
Add a message such as
<context path= "/baby" docbase= "D:/project/baby" reloadable= "true" crosscontext= "true"/>
Records can
modifying database connection Parameters
Edit Baby/base/database.xml, Baby/help/database.xml, baby/me/database.xml files Separately, modify dburl,Password, UserName with the above configured MySQL
Login Management
After confirming access, you can log in to the management system
User name:[email protected]
Password: 12345
Home Image management:
By replacing it, you can quickly turn the ecommerce site into your own look.
Product Editor:
After login to return to the first page, then enter the product Category list or open the product, you will likely see in the upper right corner of the product "[Add]", "[Modify]" and "[delete]" and so on.
Product Pictures:
According to the directory structure and naming rules within 20110403.zip (all.jpg+images) to prepare the picture, compressed into a zip file editing upload can be
Extended development
This system provides you with a basic e-commerce platform, so that you can start to build a business-to-consumer website without a penny, if you want to build a more powerful e-commerce system and do not want to spend money to hire high-level programmers, please open the WebEasy development manual in time (download package WebEasy Development Manual. Doc), and soon you and your team will be the Master of development
Questions and feedback please email me: [e-mail protected]
Open e-commerce website (20141231 edition) Release manual