Skip to content

Editing settings.xml for CollaboRhythm.Workstation

sgilroy edited this page Jan 18, 2012 · 2 revisions
  1. If CollaboRhythm.Workstation is running, exit if it runs by closing the window or pressing the Esc key.

  2. Locate the application storage folder for CollaboRhythm. On Widows, use the following path:

    • %APPDATA%\CollaboRhythm.Workstation\Local Store\
  3. If it does not already exist, create a file named settings.xml.

  4. Edit the settings.xml and specify valid settings using the following format. Note that the settings below are not valid as-is. You will need to have a server setup with Indivo X and the correct data, details of which are not yet documented or provided here:

     <?xml version="1.0" encoding="utf-8"?>
     <settings xmlns="http://collaborhythm.org/application/settings">
     	<mode>clinician</mode>
     	<indivoServerBaseURL>http://your.indivo.server:port </indivoServerBaseURL>
     	<username>your-username</username>
     	<password>your-password</password>
     	<rtmpBaseURI>rtmp://your.collaboration.server</rtmpBaseURI>
     	<useFileTarget>true</useFileTarget>
     	<useTraceTarget>true</useTraceTarget>
     	<useSyslogTarget>true</useSyslogTarget>
     	<syslogServerIpAddress>your.syslog.server</syslogServerIpAddress>
     	<debuggingToolsEnabled>false</debuggingToolsEnabled>
     	<useSingleScreen>true</useSingleScreen>
     <!--
     	useSingleScreen - If no valid windowSettings.xml file exists or resetWindowSettings = true, then force the app to only use a single screen (one window)
     	resetWindowSettings - Ignore the windowSettings.xml and reset the position/size of all windows 
     	<useSingleScreen>true</useSingleScreen>
     	<resetWindowSettings>true</resetWindowSettings>
     	targetDate can be used for a demo to change the current date
     	<targetDate>2011-08-13T10:40:00-5:00</targetDate>
     -->
     </settings>
    
  5. Save your changes.

  6. Run CollaboRhythm.Workstation again.