| 123 | |
| 124 | == Using the source code == |
| 125 | You 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 | {{{ |
| 128 | svn checkout https://tracinsy.ewi.tudelft.nl/svn/GeniusWebRunServer/ |
| 129 | }}} |
| 130 | |
| 131 | Since this is a tomcat web application, you need Eclipse Enterprise edition if you want to run this from Eclipse. |
| 132 | Also, to checkout from Eclipse, you need to prepare Eclipse for this. Check https://tracinsy.ewi.tudelft.nl/trac/GeniusWeb/wiki/WikiStart |
| 133 | |
| 134 | It is maven based so you only need maven to compile the code. |