-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
trevleyb edited this page Apr 19, 2012
·
2 revisions
The BuildStatusMonitor runs as a Windows Service. To install, copy the following files to a location on a machine that will act as a Build Status Monitor:
- BuildStatusMonitor.exe
- BuildStatusMonitor.exe.config
- BuildStatusMonitor.Settings.xml
- DelcomDLL.dll
- EasyHttp.dll
- JsonFx.dll
- TeamCitySharp.dll
(These files can come from compiling the application or from an existing Build Monitor PC).
- Check the configuration settings in BuildStatusMonitor.exe.config and set LogLevel to Verbose
- Check that you have run with --run as setup the visualisers correctly (see Build Status Visualisers and Build Status Configuration
- Run BuildStatusMonitor.exe --install from the command line.
- Launch the service manager (right-click on Computer and select Manager and drill down to services)
- Check that the service is running (Build Status Monitor) if not, review the log file
- If it is running OK, review the log file, stop the service, change the LogLevel to Warning and restart the service.
##Troubleshooting##
If there are issues, stop the service, set the LogLevel to Verbose and restart the service. Review the errors in the log file.