DeprecatedBuildAndDeployJVending » History » Version 2
Aaron Williamson -, 02/10/2010 05:02 AM
| 1 | 1 | Aaron Williamson - | = Building JVending = |
|---|---|---|---|
| 2 | |||
| 3 | == Check out the source == |
||
| 4 | {{{git clone git://gitorious.org/replicant/jvending.git}}} |
||
| 5 | |||
| 6 | == Switch to the latest working branch == |
||
| 7 | NOTE: need to check this |
||
| 8 | {{{git checkout old-svn/tags/j2ee-client-provisioning-2.1}}} |
||
| 9 | |||
| 10 | == Set up mvn repo == |
||
| 11 | Run `scripts/scripts.sh` to install the jaxb and jaxme libraries into your local maven repo. |
||
| 12 | |||
| 13 | == Build JVending == |
||
| 14 | |||
| 15 | Run: |
||
| 16 | {{{ |
||
| 17 | mvn install |
||
| 18 | }}} |
||
| 19 | 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 |
||
| 20 | |||
| 21 | = Deploying JVending = |
||
| 22 | |||
| 23 | Set up a tomcat server and place the war file in the tomcat/webapps directory. |
||
| 24 | |||
| 25 | Go to http://localhost:8080/provisioning to verify the installation. You should see "Welcome to a J2EE Content Provisioning Portal". |
||
| 26 | |||
| 27 | 2 | Aaron Williamson - | = Stocking JVending with Android Apps = |
| 28 | 1 | Aaron Williamson - | |
| 29 | 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. |