# shopizer **Repository Path**: WLjava/shopizer ## Basic Information - **Project Name**: shopizer - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-03 - **Last Updated**: 2021-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Shopizer (for java 1.8 +) ------------------- [![last_version](https://img.shields.io/badge/last_version-v2.17.0-blue.svg?style=flat)](https://github.com/shopizer-ecommerce/shopizer/tree/2.17.0) [![Official site](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=official%20site)](http://www.shopizer.com/) [![Docker Pulls](https://img.shields.io/docker/pulls/shopizerecomm/shopizer.svg)](https://hub.docker.com/r/shopizerecomm/shopizer) [![stackoverflow](https://img.shields.io/badge/shopizer-stackoverflow-orange.svg?style=flat)](http://stackoverflow.com/questions/tagged/shopizer) [![CircleCI](https://circleci.com/gh/shopizer-ecommerce/shopizer.svg?style=svg)](https://circleci.com/gh/shopizer-ecommerce/shopizer) Java open source e-commerce software - Headless commerce - Shopping cart - Catalogue - Search - Checkout - Administration - REST API See the demo (jsp): ------------------- http://aws-demo.shopizer.com:8080/ See the demo (React): ------------------- 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: $ 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 Run the application from Spring boot in IntelliJ ------------------- In Run/Debug Configurations, set to the option Working directory the path of the sm-shop project run ShopApplication Run Docker image with working demo ------------------- docker run -p 80:8080 shopizerecomm/shopizer:latest ### Access the application: ------------------- Access the deployed web application at: http://localhost:8080/ Access 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 ChatOps - Join our Slack channel https://shopizer-slackin.herokuapp.com/ More information is available on shopizer web site here ### Participation: ------------------- If you have interest in giving feedback or for participating to Shopizer project in any way Feel to use the contact form and share your email address so we can send an invite to our Slack channel