Changes between Version 45 and Version 46 of WikiStart


Ignore:
Timestamp:
09/13/21 14:19:21 (3 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v45 v46  
    171171* 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.
    172172* The profiles you want to provide to the parties (alternatively you can refer to a profile on a running profile server)
    173 * A settings.json file containing the [source:geniuswebcore/geniusweb/protocol/session SessionSettings] eg SAOP Settings. [source:geniuswebcore/test/resources/settings.json view example file].
     173* 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].
     174* You have profiles for each party, eg jobs1.json and jobs2.json.
     175* Run {{{python -m geniusweb.simplerunner.NegoRunner settings.json}}}
     176* The log will be written to stdout by default.
     177* Extract the data from the line {{{INFO:protocol ended..:}}}. It's a json structure with the final state of the session.
     178
     179This is identical to how it works with the [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb#Stand-aloneRunning java stand-alone runner].
     180
    174181
    175182== Limitations