Changes between Version 506 and Version 507 of WikiStart
- Timestamp:
- 01/28/25 16:22:06 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v506 v507 1100 1100 1101 1101 = Stand-alone Running = 1102 For stand-alone running you need to1102 For stand-alone running you need 1103 1103 * download the stand-alone runner, eg download from [http://artifactory.ewi.tudelft.nl/artifactory/libs-release/geniusweb/simplerunner/ geniusweb artifactory] select latest version simplerunner-<latestversion>-jar-with-dependencies.jar. Easiest is to clone the project with {{{svn co https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWeb/simplerunner}}} 1104 * The parties you want to run (in compiled form) must be java-based (using GeniusWeb, not GeniusWebPython) and in your classpath. Typicallyby adding them to the pom of the stand-alone runner.1105 * The profiles you want to provide to the parties (alternatively you can refer to a profile on a running profile server)1104 * The parties you want to run (in compiled form). They have to be java-based (using GeniusWeb, not GeniusWebPython) and in your classpath. Typically you do this by adding them to the pom of the stand-alone runner. 1105 * The profiles you want to provide to the parties, typically as a file on your filesystem. Alternatively you can refer to a profile on a running profile server but this is a bit more tricky, requires internet access and therefore is not recommended. 1106 1106 * A settings.json file containing the [source:/protocol/src/main/java/geniusweb/protocol/session SessionSettings] eg SAOP Settings. [source:/simplerunner/src/test/resources/settings.json view example file]. 1107 1107