Changes between Version 12 and Version 13 of WikiStart
- Timestamp:
- 02/25/19 17:04:53 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v12 v13 20 20 Example parties can be found in the general genius repository, for example the [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/exampleparties/randomparty randomparty]. 21 21 22 To deploy a party, the party jar file (with dependencies) is simply copied into the the {{{tomcat/webapps/partiesserver/partiesrepo}}} directory. This directory is created by tomcat when started, and is an unzipped version of the war file that you copied there for installation. 22 23 23 You can also download this source repository (you don't need this if you just want to use the parties) 24 To remove or rename a party, you can simply remove or rename the jar file. 25 26 27 == Using the source code == 28 You can download the source repository. Note that you don't need this if you just want to use the parties server. 24 29 25 30 {{{ … … 27 32 }}} 28 33 29 Since this is a tomcat web application, you need Eclipse Enterprise edition if you want to usethis from Eclipse.34 Since this is a tomcat web application, you need Eclipse Enterprise edition if you want to run this from Eclipse. 30 35 Also, to checkout from Eclipse, you need to prepare Eclipse for this. Check https://tracinsy.ewi.tudelft.nl/trac/Genius2/wiki/WikiStart 36 37 It is maven based so you only need maven to compile the code. 38 31 39 32 40