Before installation, prepare a virtual machine or server with one of the supported operating systems:
Install Docker engine and Docker compose.
chmod +x ./install_hw_bw_en-US_<version>.run
sudo ./install_hw_bw_en-US_<version>.run
After installation, platform will starts automatically, and you will get the following message:
hexway Hive ready to use.
UI accessible on http://<ip-server> or https://<ip-server>
Login as '<username>' password: '<password>'
You will find a complete intallation guide here: https://help.hexway.io/hive/installation.md#installing-hive
Before installation, prepare a virtual machine or server with one of the supported operating systems:
Install Docker engine and Docker compose.
Download the installation files from hexway.io;
Copy the installation file install_hw_fh_en-US_<version>.run
to the server using any SSH file transfer client;
scp install_hw_fh_en-US_.run
Execute the following command to grant all the necessary permissions to the installation file (optional):
chmod +x ./install_hw_fh_en-US_.run
To start installation, run the command:
sudo ./install_hw_fh_en-US_.run
After installation, you will get the following message:
hexway Apiary ready to use.
UI accessible on http:// or https://
Login as '' password: ''
Edit file /opt/hw-fh/config/user.ini
(root privileges required).
Add lines to the [main]
section:
rmq.client.port = 5672 // rabbitmq port
rmq.client.host = // DNS name or IP address of the machine you install Apiary to.
To apply the configuration changes run the following command (root privileges required):
/opt/hw-fh/bin/reconfig
Open Platform in the browser by the address https://<your-server-ip-or-dns>/
.
You will find a complete intallation guide here: https://help.hexway.io/apiary/f_installation.md#preparing-for-installation