shopizer

Shopizer java e-commerce software

Github星跟蹤圖

Shopizer (for java 1.8 +)

last_version
Official site
Docker Pulls
stackoverflow

Java open source e-commerce software

  • Shopping cart
  • Catalogue
  • Search
  • Checkout
  • Administration
  • REST API

See the demo (jsp):

http://aws-demo.shopizer.com:8080/

See the demo (angular):

Available soon

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 build the application:

From the command line with Maven installed:

$ cd shopizer
$ mvnw clean install

Run the application from Tomcat

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

Increase heap space to 1024 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" 

Run the application from Spring boot

   $ cd sm-shop 
   $ mvnw spring-boot:run

Run the application from Spring boot in eclipse

Right click on com.salesmanager.shop.application.ShopApplication

run as Java Application

Access the application:


Access the deployed web application at: http://localhost:8080/

Acces the admin section at: http://localhost:8080/admin

username : admin@shopizer.com

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 http://shopizer-ecommerce.github.io/shopizer/#

ChatOps https://shopizer.slack.com - Join our Slack channel https://shopizer-slackin.herokuapp.com/

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

Participation:


If you have interest in giving feedback or for participating to Shopizer project in any way
Feel to use the contact form http://www.shopizer.com/contact.html and share your email address
so we can send an invite to our Slack channel

主要指標

概覽
名稱與所有者shopizer-ecommerce/shopizer
主編程語言Java
編程語言Java (語言數: 3)
平台
許可證Apache License 2.0
所有者活动
創建於2012-11-21 03:42:39
推送於2025-03-23 16:16:56
最后一次提交2022-12-29 20:39:36
發布數24
最新版本名稱3.2.5 (發布於 2022-12-29 22:57:42)
第一版名稱v2.0.1 (發布於 )
用户参与
星數3.8k
關注者數297
派生數3.1k
提交數54
已啟用問題?
問題數416
打開的問題數193
拉請求數131
打開的拉請求數368
關閉的拉請求數140
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?