Changes between Version 64 and Version 65 of WikiStart
- Timestamp:
- 11/28/19 14:21:19 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v64 v65 16 16 17 17 = Using the GUI 18 After installing and starting, go to http://localhost:8080/runserver- 1.0.0 (replace 1.0.0with the version you installed). You should get this page18 After installing and starting, go to http://localhost:8080/runserver-X.Y.Z (replace X.Y.Z with the version you installed). You should get this page 19 19 20 20 [[Image(home.png)]] … … 25 25 To run a session using the new-session GUI : 26 26 27 * Go to http://localhost:8080/runserver-1.0.0 (replace with correct version) and click on "new session".27 * Go to http://localhost:8080/runserver-X.Y.Z (replace X.Y.Z with the version you installed) and click on "new session". 28 28 * If you get the message "server closed the connection" this indicates that the profilesserver and partiesserver URLs are not valid 29 29 * If necessary, enter a valid profilesserver URL in the domain/profile server field … … 58 58 To run a tournament using the new-tournament GUI : 59 59 60 * Go to http://localhost:8080/runserver and click on "new tournament".60 * Go to http://localhost:8080/runserver-X.Y.Z (replace X.Y.Z with the version you installed) and click on "new tournament". 61 61 * Select N: the number of parties in each session. 62 62 * enter a valid profilesserver URL in the domain/profile server field … … 96 96 97 97 === View Running Negotiations 98 The websocket address {{{ws:..runserver /websocket/running}}} sends updates of the current list of running negotiations. The list is sent as a JSON List of strings, each string being the negotiation ID of the running session. Every time the list changes, a new complete list is sent to clients listening to the websocket.98 The websocket address {{{ws:..runserver-X.Y.Z/websocket/running}}} sends updates of the current list of running negotiations. The list is sent as a JSON List of strings, each string being the negotiation ID of the running session. Every time the list changes, a new complete list is sent to clients listening to the websocket. 99 99 100 100 == Viewing the outcome of a negotiation 101 Logs are available through {{{http:..:8080//runserver /log}}}. The filenames are the Negotiation IDs (shown in the popup after starting a negotiation) extended with ".json".101 Logs are available through {{{http:..:8080//runserver-X.Y.Z/log}}}. The filenames are the Negotiation IDs (shown in the popup after starting a negotiation) extended with ".json". 102 102 103 103 A log file usually is created only after the negotiation (session or tournament) completed. Protocols may opt to write these more frequently but since these logs are public they could be abused by parties, to see what their opponents are doing.