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 your requirements.
- Create a directory on all servers.
mkdir -p /home/omm/omnidata-software
- Upload BoostKit-haf_1.3.0.zip to /home/omm/omnidata-software and decompress it.
cd /home/omm/omnidata-software unzip BoostKit-haf_1.3.0.zip tar -zxvf haf-1.3.0.tar.gz tar -zxvf haf-tool-1.3.0.tar.gz
Parent topic: Deploying OmniData Locally