Local Application
Installation
Local installation of eWater Run Manager requires the following additional software to be installed:
- eWater Source version 4.5.0 or later
- .NET Core 2.1 Runtime & Hosting Bundle
eWater Run Manager is distributed as a ZIP file that should be extracted to your local drive: eWaterRunManager_419590.zip
Configuration
The eWater Run Manager application contains a number of sub-directories. Two of these, the Agent and Run Manager sub-directories, contain configuration files called appSettings.json. These files can be opened in a text editor and allow you to configure the Run Manager settings.
The default settings are already configured for local use, however the user will need to specify or review the eWater Source installation directory setting. This setting is the SourceDirectory setting in the Agent's appSettings.json configuration file. Generally, all other settings should be left at their default values. The Run Manager will need to be restarted for configuration changes to take effect.
Warning |
---|
When entering file paths, back slashes (\) must be escaped. i.e. use double back-slashes (\\). |
Agent Settings file:
Code Block | ||||
---|---|---|---|---|
| ||||
{ "PollingPeriodMs": "10000", "SourceDirectory": "C:\\Source\\Source_4.9.0.9194\\" } |
- PollingPeriodMs - How often agent will poll the server requesting for a job/task
- SourceDirectory - The directory containing the version of Source to run
eWater Run Manager settings file:
Code Block | ||||
---|---|---|---|---|
| ||||
{ "BaseUrl": "http://localhost:5051", "LaunchBrowserOnStart": true, "AgentEndpoints": ["Local"] } |
- BaseUrl - The browseable URL for the local version of Source Cloud
- LaunchBrowserOnStart- Whether to open the Run Manager web application in your default web browser when "Source.Web.exe" starts
- AgentEndpoints - Use Local agents
Launch eWater Run Manager
Launch the eWater Run Manager application by Source.Web.exe, which is located in the /Run Manager directory. This will launch the local eWater Run Manager application in your default web browser.
Warning |
---|
Your web browser may cache old versions of the eWater Run Manager website and fail to update when you run a new version. To ensure that this does not happen, always do a 'hard refresh' on the eWater Run Manager webpage after installing a new version. In Firefox and Chrome, the default shortcut for a hard refresh is Ctrl-F5. |