This is the homepage of the Genius2 run server implementation (the code, planned work, known issues). The Genius2 main page is [https://tracinsy.ewi.tudelft.nl/trac/Genius2 here]. The run server can run sessions and tournaments as specified. == Installation == * Install your apache-tomcat 8 installation ​https://tomcat.apache.org/download-80.cgi. You can re-use an existing installation. * Download the runserver war file from [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/genius2/runserver the artifactory]. Go into the latest version of the runserver and download (right click) the war file. NOTICE: your browser must have cookies enabled to access the artifactory. * Copy the downloaded war file into the tomcat webapps directory * (Re)start tomcat After (re)starting tomcat your local profilesserver should be up and running. After installing and starting, go to ​http://localhost:8080/runserver to see if it works. Checking out the source code {{{ svn checkout https://tracinsy.ewi.tudelft.nl/svn/Genius2RunServer/ }}}