Changes between Version 58 and Version 59 of WikiStart


Ignore:
Timestamp:
12/09/21 16:25:51 (2 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v58 v59  
    212212* 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.
    213213* 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}}}
    215215* You have profiles for each party, eg jobs1.json and jobs2.json.
    216216* Run {{{python -m geniusweb.simplerunner.NegoRunner settings.json}}}