Free cookie consent management tool by TermsFeed Policy Generator

source: misc/documentation/Hive/README_HiveSlave_Install.txt @ 15680

Last change on this file since 15680 was 12066, checked in by ascheibe, 9 years ago

#2330

  • updated hive installer docu
  • deleted API Documentation
  • deleted Operators folder
  • deleted ppt files
File size: 1.3 KB
Line 
1README HeuristicLab Hive Slave Installation
2===========================================
3
4The HeuristicLab Hive Slave runs as a windows service and calculates jobs that it receives from the Hive server.
5Every slave sends periodically heartbeats to the server and asks for a new job. If the server has new jobs, the slave fetches the jobs and calculates them. The installer can be generated using NSIS (Nullsoft Scriptable Install System, http://nsis.sourceforge.net/):
6
7* Download and install NSIS
8* Build the ExtLibs, HeuristicLab and Slave solutions
9* Go to the Installers folder
10* Right-click on the file HiveSlaveInstaller.nsi, select "Compile NSIS Script"
11
12You should now have a file "HeuristicLab Hive Slave Installer.exe" which installs the Hive Slave service and starts it.
13The default installation path is C:\Program Files\HeuristicLabHiveSlave.
14The installed windows services is called HeuristicLab.Clients.Hive.Slave and can be stopped or started from the
15Windows Services console.
16There will also be a Event source created which is called "HLHive" and a Log called "HiveSlave" where
17severe errors are logged. The logs can be viewed with the Windows Event Viewer.
18The windows service will be started automatically after the installation is completed and will also
19automatically start after boot.
Note: See TracBrowser for help on using the repository browser.