2. Installing VectorH : install.sh Command--Install VectorH : Examples of Install.sh Command
 
Share this page                  
Examples of Install.sh Command
The .install.sh command will install package manager or non-package manager (ingbuild) distributions.
1. Install VectorH with the default configuration, prompting for basic configuration options:
./install.sh
2. Install VectorH, prompting for all configuration options:
./install.sh -interactive
3. Install VectorH with an instance ID of V1, prompting for other configuration options:
./install.sh ‑interactive V1
4. Install VectorH with the default configuration into "/opt/VectorV2", with an instance ID of V2, without further prompting:
./install.sh ‑express /opt/VectorV2 V2
Note:  Not valid for DEBs, whose II_SYSTEM cannot be changed.
5. Install VectorH with the default configuration without further prompting, and include the Demo and Actian Director:
./install.sh -express -withdemo -withad