Last change
on this file since 13002 was
12066,
checked in by ascheibe, 10 years ago
|
#2330
- updated hive installer docu
- deleted API Documentation
- deleted Operators folder
- deleted ppt files
|
File size:
1.3 KB
|
Line | |
---|
1 | README HeuristicLab Hive Slave Installation
|
---|
2 | ===========================================
|
---|
3 |
|
---|
4 | The HeuristicLab Hive Slave runs as a windows service and calculates jobs that it receives from the Hive server.
|
---|
5 | Every 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 |
|
---|
12 | You should now have a file "HeuristicLab Hive Slave Installer.exe" which installs the Hive Slave service and starts it.
|
---|
13 | The default installation path is C:\Program Files\HeuristicLabHiveSlave.
|
---|
14 | The installed windows services is called HeuristicLab.Clients.Hive.Slave and can be stopped or started from the
|
---|
15 | Windows Services console.
|
---|
16 | There will also be a Event source created which is called "HLHive" and a Log called "HiveSlave" where
|
---|
17 | severe errors are logged. The logs can be viewed with the Windows Event Viewer.
|
---|
18 | The windows service will be started automatically after the installation is completed and will also
|
---|
19 | automatically start after boot.
|
---|
Note: See
TracBrowser
for help on using the repository browser.