]> git.mxchange.org Git - pizzaservice.git/blobdiff - INSTALL.txt
Updated jars
[pizzaservice.git] / INSTALL.txt
index 1348997b1f5580c3530dac8aa83825822bbe3a71..39454163c5d30abe57e55ac46dcdcfdb15e3d800 100644 (file)
@@ -3,7 +3,7 @@ Installation instructions:
 
 0) Create an empty database and setup proper permissions
 
-1) Import install/install.sql into your new database
+1) (Import install/install.sql into your new database) Currently DROP+CREATE
 
 2) Setup a JDBC pool. I took the simple driver:
 
@@ -32,6 +32,7 @@ JNDI name: jms/shopCheckoutQueue
 Physical destination name: checkout
 Resource type: javax.jms.Queue
 
-You should be done now.
+You should be done now. And always try to give informative descriptions, not
+just only "shop" or "factory".
 
 Of course, you need to build and deploy the EAR/WAR files. ;-)