Digital Hive can be installed in Windows or Linux environments.
Congratulations, Digital Hive is now installed and should be up and running!
How to launch Digital Hive
- Open your browser (Chrome or Edge are preferred)
- Enter this URL https://DigitalHiveServer:9443
For example, if you left the default port as 9443 and Digital Hive server name is test.digitalhive.com, you would tnere this:
https://test.digitalhive.com:9443
If you changed the port to 443, then you wouldn't need to specify the port
Starting/Stopping Digital Hive
- In Services, select DigitalHive - node1
- Click Start or Stop
Starting/Stopping Elasticsearch
- In Services, select Elasticsearch 5.5.1 (DigitalHive_9200)
Note there is also a second Elasticsearch node: DigitalHive_9201 - Click Start or Stop
Installing Digital Hive on Linux
Pre-installation Steps
- Create a non-root user to use for the Digital Hive installation
- Edit the limits.conf file, for example, sudo vi /etc/security/limits.conf
- Add the following properties and save the file (include the *)
* soft nofile 65536
* hard nofile 65536
* soft nproc 2048
* hard nproc 4096
* soft memlock unlimited
* hard memlock unlimited
Using sudo, edit sysctl.conf, sudo vi /etc/sysctl.conf
Add the following lines and save the file
#Added for Elasticsearch
vm.max_map_count=262144
Reboot the server, sudo reboot
Installation Steps
Download and FTP DigitalHive-2024.2_linux-x64.tar.gz (filename example) to the Linux server
Unzip the file: gunzip DigitalHive-2024.2_linux-x64.tar.gz
Untar the file: tar -xvf DigitalHive-2024.2_linux-x64.tar.gz.tar
As the DigitalHive user, run the installer with this command: ./setup.sh
Press 1 to continue
Enter Licensee name: <your provided license name>
Enter License key: <your provided license key>
Press 1 to continue
Press spacebar until this prompt: Press 1 to accept, 2 to reject, 3 to display
Enter 1
Enter 0 (or press Enter)

Enter 1
Enter
0 (or press
Enter)

- Enter 0 (or press Enter)

- Enter 1

- Enter where you would like to install Digital Hive (or press enter to accept the default path)
- Either keep the suggested path or enter your desired home path

- Enter O

- Enter 1

- Enter your desired username or press enter to accept the default dhadmin

- Enter your desired password and press enter
- Confirm the password by entering it again

- Enter 1

- Enter 1 to install IQ (our recommender engine)

- Enter 1 to continue
- Press Enter for all the preflight checks (assuming all ports are correct)
Enter
1
Digital Hive should now be installed successfully and this will be displayed

Starting/Stopping Digital Hive
- Navigate to where you installed Digital Hive, in this example cd /home/mk3admin/DigitalHive
- Stop Digital Hive with ./stopAll.sh
- Start Digital Hive with ./startAll.sh
How to Launch Digital Hive
- Open your browser (Chrome or Edge are preferred)
- Enter this URL https://DigitalHiveServer:9443
For example, if you left the default port as 9443 and Digital Hive server name is test.digitalhive.com, you would tnere this:
https://test.digitalhive.com:9443
If you changed the port to 443, then you wouldn't need to specify the port