Creating an Installation Directory and Decompressing the Package
For the settings in the following installation examples, see Deploying OmniData Using SmartKit. Change the settings based on site requirements.
- Create a directory on all servers.
mkdir -p /home/omm/haf-software
- Upload BoostKit-haf_1.2.0.zip to /home/omm/haf-software and decompress it.
cd /home/omm/haf-software unzip BoostKit-haf_1.2.0.zip tar -zxvf haf-1.2.0.tar.gz tar -zxvf haf-tool-1.2.0.tar.gz

Parent topic: Deploying OmniData Locally