213 | | * 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]. Easiest to get these files is probably to do {{{svn co https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWebPython/geniuswebcore/test/resources}}} |
215 | | * You have profiles for each party, eg jobs1.json and jobs2.json. |
| 213 | * The profiles and settings you want. To get them, you can do this: |
| 214 | * do {{{svn co https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWebPython/geniuswebcore/test/resources}}} |
| 215 | * Copy the profiles (eg the entire jobs directory) you want to use to your project |
| 216 | * Copy a settings.json to your project. |
| 217 | * Edit the settings.json file: |
| 218 | * Change the parties to your local party as needed |
| 219 | * Change the profiles as needed |
| 220 | * Change other settings as needed |