Project

General

Profile

DeprecatedBuildAndDeployJVending » History » Revision 5

Revision 4 (Aaron Williamson -, 02/10/2010 02:43 PM) → Revision 5/10 (Aaron Williamson -, 02/10/2010 02:45 PM)

= Building JVending = 

 == Check out the source == 
 {{{git clone git://gitorious.org/replicant/jvending.git}}} 

 == Set up mvn repo == 
 Install Run `scripts/install.sh` to install the jaxb and jaxme libraries into your local maven repo: 
 {{{ 
 cd scripts 
 ./install.sh 
 }}} repo. 

 == Build JVending == 

 Run: 
 {{{ 
   mvn install 
 }}} 
 This will build jvending. You will find the WAR file that you need to deploy to tomcat or jetty at provisioning-portal/target/provisioning.war  

 = Deploying JVending = 

 Set up a tomcat server and place the war file in the tomcat/webapps directory. 

 Go to http://localhost:8080/provisioning to verify the installation. You should see "Welcome to a J2EE Content Provisioning Portal". 

 = Stocking JVending with Android Apps = 

 These instructions are available on JVending's [http://code.google.com/p/jvending/wiki/StockContent old home] and will be ported here as soon as I have time to copy and paste them and correct the formatting.