Changes between Version 48 and Version 49 of WikiStart


Ignore:
Timestamp:
06/27/19 16:08:16 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v48 v49  
    66This 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.
    77
    8 The GeniusWeb main page is [https://tracinsy.ewi.tudelft.nl/trac/Genius2 here].
     8The GeniusWeb main page is [https://tracinsy.ewi.tudelft.nl/trac/GeniusWeb here].
    99
    1010
     
    2222After installing and starting, go to [http://localhost:8080/partiesserver-XXX] (replace XXX with the version you installed) to see if it works.
    2323
    24 Example parties can be found in [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/exampleparties/ genius core repo: example parties].
     24Example parties are discussed on the [
     25can be found in [https://tracinsy.ewi.tudelft.nl/trac/GeniusWeb#WritingapartyinJava GeniusWeb example parties].
    2526
    2627To 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.
     
    114115
    115116{{{
    116 svn checkout https://tracinsy.ewi.tudelft.nl/svn/Genius2PartiesServer/
     117svn checkout https://tracinsy.ewi.tudelft.nl/svn/GeniusWebPartiesServer/
    117118}}}
    118119
    119120Since 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/Genius2/wiki/WikiStart
     121Also, to checkout from Eclipse, you need to prepare Eclipse for this. Check https://tracinsy.ewi.tudelft.nl/trac/GeniusWeb/wiki/WikiStart
    121122
    122123It is maven based so you only need maven to compile the code.