1 Star 1 Fork 2

xiaominger / shop-ecommerce

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Official Shopizer 2.0.1

Java open source e-commerce software

  • Shopping cart
  • Catalogue
  • Search
  • Checkout
  • Administration

To get the code:

Clone the repository: $ git clone git://github.com/shopizer-ecommerce/shopizer.git

If this is your first time using Github, review http://help.github.com to learn the basics.

You can also download the zip file containing the code from https://github.com/shopizer-ecommerce/shopizer

To run the application:

From the command line with Maven installed:

$ cd shopizer
$ mvn clean install

copy sm-shop/target/sm-shop.war to tomcat or any other application server deployment dir

Increase heap space to 1024 m or at least 512 m

Heap space configuration in Tomcat:

If you are using Tomcat, edit catalina.bat for windows users or catalina.sh for linux / Mac users

in Windows
set JAVA_OPTS="-Xms1024m -Xmx1024m -XX:MaxPermSize=256m" 

in Linux / Mac
export JAVA_OPTS="-Xms1024m -Xmx1024m -XX:MaxPermSize=256m" 

Access the application:

Access the deployed web application at: http://localhost:8080/sm-shop/shop

Acces the admin section at: http://localhost:8080/sm-shop/admin

#####username : admin #####password : password

The instructions above will let you run the application with default settings and configurations. Please read the instructions on how to connect to MySQL, configure an email server and configure other subsystems

Documentation:

Documentation available from the wiki https://github.com/shopizer-ecommerce/shopizer/wiki

More documentation is available on shopizer web site here http://www.shopizer.com

空文件

简介

暂无描述 展开 收起
Java
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/xiaominger/shop-ecommerce.git
git@gitee.com:xiaominger/shop-ecommerce.git
xiaominger
shop-ecommerce
shop-ecommerce
2.0.1

搜索帮助