Changes between Version 58 and Version 59 of WikiStart
- Timestamp:
- 12/09/21 16:25:51 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v58 v59 212 212 * The parties you want to run must be python-based (using GeniusWebPython, not GeniusWeb) and in your pythonpath. Typically by adding them to your PYTHONPATH environment variable. 213 213 * The profiles you want to provide to the parties (alternatively you can refer to a profile on a running profile server) 214 * You have a settings.json file containing the [source:geniuswebcore/geniusweb/protocol/session SessionSettings] eg SAOP Settings. [source:geniuswebcore/test/resources/settings.json view example file]. 214 * You have a settings.json file containing the [source:geniuswebcore/geniusweb/protocol/session SessionSettings] eg SAOP Settings. [source:geniuswebcore/test/resources/settings.json view example file]. Easiest to get these files is probably to do {{{svn co https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWebPython/geniuswebcore/test/resources}}} 215 215 * You have profiles for each party, eg jobs1.json and jobs2.json. 216 216 * Run {{{python -m geniusweb.simplerunner.NegoRunner settings.json}}}