Changes between Version 2 and Version 3 of WikiStart
- Timestamp:
- 01/10/19 13:37:06 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v2 v3 1 1 This is the homepage of the Genius2 run server implementation (the code, planned work, known issues). 2 2 3 The run server can run tournaments as specified.3 The run server can run sessions and tournaments as specified. 4 4 5 Installation You can download the runserver war file from .... and install it in your apache-tomcat 8 installation https://tomcat.apache.org/download-80.cgi. After (re)starting tomcat your local profilesserver should be up and running. 6 7 After installing and starting, go to http://localhost:8080/runserver to see if it works. 8 9 10 Checking out the source code 5 11 {{{ 6 12 svn checkout https://tracinsy.ewi.tudelft.nl/svn/Genius2RunServer/ 7 13 }}} 14