Before installation, prepare a virtual machine or server with one of the supported operating systems:
Install Docker engine and Docker compose to the server or virtual machine.
install_hw_bw_en-US_<version>.run
to the server using any SSH file transfer client; scp install_hw_bw_en-US_<version>.run /server/path
chmod +x ./install_hw_bw_en-US_<version>.run
bash ./install_hw_bw_en-US_<version>.run
Once installed, the platform will start automatically, and you will see the following message:
hexway Hive ready to use.
UI accessible on http://<ip-server> or https://<ip-server>
Login as '<username>' password: '<password>'
You can find more information about installing and updating the platform in Hive Installation guide.
install_hw_fh_en-US_<version>.run
to the server using any SSH file transfer client; scp install_hw_fh_en-US_<version>.run </server/path>
chmod +x ./install_hw_fh_en-US_<version>.run
bash ./install_hw_fh_en-US_<version>.run
Once installed, the platform will start automatically, and you will see the following message:
hexway Apiary ready to use.
UI accessible on http://<ip-server> or https://<ip-server>
Login as '<username>' password: '<password>'
Note: the following settings are required only if you need to create connection between Hive and Apiary projects.
To connect Hive and Apiary projects, add the following settings to the Apiary platform:
/opt/hw-fh/config/user.ini
(root privileges required);[main]
section: [main]
; rabbitmq port:
rmq.client.port = 5672
; DNS name or IP address of the machine you install Apiary to:
rmq.client.host = <my-apiary.example.com>
/opt/hw-fh/bin/reconfig
https://<your-server-ip-or-dns>/
;You can find more information about installing and updating the platform in Apiary Installation guide.