Changes between Version 67 and Version 68 of WikiStart


Ignore:
Timestamp:
02/10/22 15:26:57 (2 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v67 v68  
    219219 * Copy a settings.json to your project.
    220220* Edit the settings.json file:
    221  * Change the parties to your local party as needed
    222  * Change the profiles as needed
    223  * Change other settings as needed
     221 * Change the parties to your local party as needed. Party references are URIs, starting with pythonpath: followed by the full.class.name. All parties must be in your python path.
     222 * Change the profiles as needed. Profiles are URIs, starting with file: followed by the full/file/path (either absolute or relative).
     223 * parameters contains a json dict with additional initialization parameters for each party. They are a json dict, with strings as the key and any json object (but usually a string or number) as value.
    224224* Run {{{python -m geniusweb.simplerunner.NegoRunner settings.json}}}.
    225225 * 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