Changes between Version 62 and Version 63 of WikiStart


Ignore:
Timestamp:
12/13/21 11:39:08 (2 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v62 v63  
    218218 * Change the profiles as needed
    219219 * Change other settings as needed
    220 * Run {{{python -m geniusweb.simplerunner.NegoRunner settings.json}}}
     220* Run {{{python -m geniusweb.simplerunner.NegoRunner settings.json}}}.
     221 * To do this from Eclipse, ensure your python3 venv is visible in the package explorer and browse to venv/lib/python3.8/site-packages/geniusweb/simplerunner/NegoRunner.py
    221222* The log will be written to stdout by default.
    222223* Extract the data from the line {{{INFO:protocol ended..:}}}. It's a json structure with the final state of the session. You can easily parse it to a python dict using pyson.