shopizer-uncached

Update README.md

2/2/2017 6:39:53 PM

Changes

README.md 17(+15 -2)

Details

README.md 17(+15 -2)

diff --git a/README.md b/README.md
index 899946b..a69c796 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ If this is your first time using Github, review http://help.github.com to learn 
 
 You can also download the zip file containing the code from https://github.com/shopizer-ecommerce/shopizer 
 
-To run the application:
+To build the application:
 -------------------	
 From the command line with Maven installed:
 
@@ -29,7 +29,8 @@ From the command line with Maven installed:
 	$ mvn clean install
 	
 
-
+Run the application from Tomcat 
+-------------------
 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
@@ -45,6 +46,17 @@ If you are using Tomcat, edit catalina.bat for windows users or catalina.sh for 
 	in Linux / Mac
 	export JAVA_OPTS="-Xms1024m -Xmx1024m -XX:MaxPermSize=256m" 
 
+Run the application from Spring boot 
+-------------------
+
+cd sm-shop
+mvn 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:
 
@@ -59,6 +71,7 @@ Acces the admin section at: http://localhost:8080/sm-shop/admin
 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>