1. Installing Vector : Installing Vector for Linux : 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.
Examples for package manager distributions:
1. Install Vector using the graphical wizard:
./install.sh
2. Install all packages with an instance ID of V1, prompting for other configuration options:
./install.sh ‑interactive V1
3. Install all packages 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.
Examples for Ingbuild distribution:
1. Install Vector with default configuration, prompting for basic configuration options:
./install.sh
2. Install Vector under /opt/VectorV2, with an instance ID of V2 with a default configuration without further prompting:
install.sh -express /opt/VectorV2 V2
3. Install Vector, prompting for all configuration options:
./install.sh -interactive