Skip to content

ZoroDrew/shopizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

shopizer

Shopizer java e-commerce software

Shopizer 2.0

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 Github Help or [contributing-to-open-source] (https://guides.github.com/activities/contributing-to-open-source/) to learn the basics.

To run the application:

From the command line with Maven: $ cd sm-core $ mvn clean install

$ cd sm-shop $ mvn clean install

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

edit catalina.bat for windows users or catalina.sh for linux / max users

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

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 The documentation is available here [Shopizer Documentation] (http://www.shopizer.com/documentation.html)

You can also go through [Wiki] (https://github.com/shopizer-ecommerce/shopizer/wiki) pages

About

Shopizer java e-commerce software - Official development branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published