Changes between Version 48 and Version 49 of WikiStart
- Timestamp:
- 06/27/19 16:08:16 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v48 v49 6 6 This server can provide a list of runnable parties, and create running instances of specified parties on a HTPT GET request. When an instance is made, a websocket link to the running party is provided to the caller. 7 7 8 The GeniusWeb main page is [https://tracinsy.ewi.tudelft.nl/trac/Genius 2here].8 The GeniusWeb main page is [https://tracinsy.ewi.tudelft.nl/trac/GeniusWeb here]. 9 9 10 10 … … 22 22 After installing and starting, go to [http://localhost:8080/partiesserver-XXX] (replace XXX with the version you installed) to see if it works. 23 23 24 Example parties can be found in [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/exampleparties/ genius core repo: example parties]. 24 Example parties are discussed on the [ 25 can be found in [https://tracinsy.ewi.tudelft.nl/trac/GeniusWeb#WritingapartyinJava GeniusWeb example parties]. 25 26 26 27 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. … … 114 115 115 116 {{{ 116 svn checkout https://tracinsy.ewi.tudelft.nl/svn/Genius 2PartiesServer/117 svn checkout https://tracinsy.ewi.tudelft.nl/svn/GeniusWebPartiesServer/ 117 118 }}} 118 119 119 120 Since this is a tomcat web application, you need Eclipse Enterprise edition if you want to run this from Eclipse. 120 Also, to checkout from Eclipse, you need to prepare Eclipse for this. Check https://tracinsy.ewi.tudelft.nl/trac/Genius 2/wiki/WikiStart121 Also, to checkout from Eclipse, you need to prepare Eclipse for this. Check https://tracinsy.ewi.tudelft.nl/trac/GeniusWeb/wiki/WikiStart 121 122 122 123 It is maven based so you only need maven to compile the code.