Changes between Version 37 and Version 38 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v37 v38  
    121121A log file usually is created only after the negotiation (session or tournament) completed. Protocols may opt to write these more frequently but since these logs are public they could be abused by parties, to see what their opponents are doing.
    122122
     123
     124== Using the source code ==
     125You can download the source repository of rhe java implementation. Note that you don't need this if you just want to use the run server to run sessions or tournaments.
     126
     127{{{
     128svn checkout https://tracinsy.ewi.tudelft.nl/svn/GeniusWebRunServer/
     129}}}
     130
     131Since this is a tomcat web application, you need Eclipse Enterprise edition if you want to run this from Eclipse.
     132Also, to checkout from Eclipse, you need to prepare Eclipse for this. Check https://tracinsy.ewi.tudelft.nl/trac/GeniusWeb/wiki/WikiStart
     133
     134It is maven based so you only need maven to compile the code.