...
- (Skip this step if installation has already started.) Open the folder that the new software was downloaded into, copy it to the target machine, and gunzip the file that you downloaded. For instance, if you downloaded XpoLog Center, gunzip the downloaded file (gunzip XpoLogCenterSetup.bin.gz | for x64 gunzip XpoLogCenterSetup-64.bin.gz).
- After unzipping the file, execute the .bin file (sh XpoLogCenterSetup.bin | for x64 gunzip XpoLogCenterSetup-64.bin.gz).
The installation wizard will start. - When the XpoLog Setup message appears, read the information and follow the installation process.
- Read the instructions on each step.
- When you see the prompt telling you that installation is complete, XpoLog will be started automatically.
...
- Open the folder that the new software was downloaded into, copy it to the target machine, and gunzip the file that you downloaded. For instance, if you downloaded XpoLog Center, gunzip the downloaded file (gunzip XpoLogCenterSetup.bin.gz | for x64 gunzip XpoLogCenterSetup-64.bin.gz).
- In the folder that the new software was downloaded into create a file installer.properties, with the following contents:
Mandatory Parameters:
INSTALLER_UI=SILENT
USER_INSTALL_DIR=<FULL_PATH_TO_INSTALLATION_DIRECTORY> (For example: /apps/XpoLogCenter/)
Optional Parameters:
USER_INPUT_AGENT_MODE="Agent Mode Active" (use "Agent Mode Not Active" for a regular installation)
USER_INPUT_START_XPOLOG_CONSOLE="Yes" (use "No" to prevent XpoLog from starting once the installation is complete)
- Note: ensure there are no spaces at the end of any of the lines in the file installer.properties - Execute command: sh XpoLogCenterSetup.bin -f installer.properties
- XpoLog will be installed in the background and will be started automatically, unless you specified otherwise during installation.
...