Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- 02/25/19 16:55:16 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 7 7 The Parties server runs on Tomcat 8 and is developed with Eclipse EE. 8 8 9 Installation 10 You can download the profileserver 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. 9 == Installation == 10 * Install your apache-tomcat 8 installation https://tomcat.apache.org/download-80.cgi. You can re-use an existing installation. 11 * Download the parties server war file from [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/genius2/partiesserver the artifactory]. Go into the latest version of the partiesserver and download (right click) the war file. 12 * Copy the downloaded war file into the tomcat webapps directory 13 * (Re)start tomcat 11 14 15 Now your local profilesserver should be up and running. 16 17 == Using == 12 18 After installing and starting, go to [http://localhost:8080/partiesserver] to see if it works. 13 19