Changes between Version 12 and Version 13 of WikiStart


Ignore:
Timestamp:
02/25/19 17:04:53 (6 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v12 v13  
    2020Example parties can be found in the general genius repository, for example the [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/exampleparties/randomparty randomparty].
    2121
     22To 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.
    2223
    23 You can also download this source repository (you don't need this if you just want to use the parties)
     24To remove or rename a party, you can simply remove or rename the jar file.
     25
     26
     27== Using the source code ==
     28You can download the source repository. Note that you don't need this if you just want to use the parties server.
    2429
    2530{{{
     
    2732}}}
    2833
    29 Since this is a tomcat web application, you need Eclipse Enterprise edition if you want to use this from Eclipse.
     34Since this is a tomcat web application, you need Eclipse Enterprise edition if you want to run this from Eclipse.
    3035Also, to checkout from Eclipse, you need to prepare Eclipse for this. Check https://tracinsy.ewi.tudelft.nl/trac/Genius2/wiki/WikiStart
     36
     37It is maven based so you only need maven to compile the code.
     38
    3139
    3240