 |
To start update center client built from updatecenter workspace:
- Please follow all the build instructions from UpdateCenterBuildInstructions, making sure that you run
maven setup target
- Run updatetool (Unix) or updatetool.bat (Windows) script available in publish/updatecenter/bin directory. You can control the behavior of client startup in following way:
-
updatetool[.bat] (without any parameters) or updatetool[.bat] GUI will only start client GUI
-
updatetool[.bat] TRAY will start tray icon process and scheduler. Tray icon is currently server image, with active right click menu which can be used to start client GUI or exit the process. You can also start GUI by clicking on the icon.
-
updatetool[.bat] SCHEDULER will start client GUI and scheduler.
-
updatetool[.bat] ALL will start tray icon, client GUI and scheduler.
-
updatetool[.bat] HELP will provide usage message.
|