Changes between Version 62 and Version 63 of WikiStart
- Timestamp:
- 12/13/21 11:39:08 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v62 v63 218 218 * Change the profiles as needed 219 219 * 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 221 222 * The log will be written to stdout by default. 222 223 * 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.