The FlexDeploy™ Linux Installer Guide provides system requirements, required downloads and instructions for installing or upgrading FlexDeploy and its components.
Table of Contents | ||
---|---|---|
|
Excerpt | ||
---|---|---|
| ||
About the automated Install/Migration toolThe flexdeployerinstaller.sh script is a new automated process that reduces customer efforts in installing or upgrading FlexDeploy, which will make staying up to date on FlexDeploy versions easier. The installer will take care of installation or upgrade of FlexDeploy with no manual intervention required. There is a configuration file which will need to be modified for your installation and then the installer can take over. There are three basic modes to the installer: 1) prerequisite checking with no installation or upgrade, 2) first time installation of FlexDeploy and 3) upgrading a current installation of FlexDeploy. The apache-tomcat-flexdeploy folder will be cleaned up with each upgrade, so it is important not to place any supporting files in the apache-tomcat-flexdeploy folder. Place them in the flexdeploy home folder or another subfolder instead. Versions / Release NotesThe current version is 1.0.5. You should always download the latest version before running another install or upgrade. See the Installer Release Notes for more information. This automated installer will handle
This automated installer will not handle
See FlexDeploy Architecture for architecture details. Installer argumentsThe Argument c must be the last argument specified. The following arguments are available to be used:
Step by Step Guide to Using the installerStep 0: System Requirements
|
...
Install the Oracle Database binaries and find your jdbc connection string. The automated installer will create FD, FF, and FD_ADMIN schemas in the USERS tablespace.
Excerpt | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
Step 2: Get the Installer
Download flexdeployinstaller.zip and get it to the FlexDeploy server. You can wget it there directly if you have Internet access, or transfer the file from another machine.
If you don’t have wget, and must use curl, use the -L argument like:
Once downloaded, select a directory (ex. /u01 or /u02) to unzip the flexdeployinstaller.zip. Change directory to your selected directory and unzip the flexdeployinstaller.zip download. If this isn't the first time unzipping the installer, select [A]ll on the replacement question.
From the FLEXDEPLOY_INSTALLER_HOME directory, change directory to flexdeployinstaller_X.X.X to provide execution permission to the script. Make sure the user that will run FlexDeploy has access to run the script. That user should execute the script.
|
...
If your FlexDeploy VM doesn't have access to the Internet, the FlexDeploy software can be downloaded from the Flexagon Support Site and the downloaded zip file must be saved to FLEXDEPLOY_INSTALLER_HOME/downloads/software (don't unzip).
Code Block | ||
---|---|---|
| ||
cp /path to FlexDeploy software download/Tomcat_Complete-*.zip ${FLEXDEPLOY_INSTALLER_HOME}/downloads/software |
Step 4.2: Influx database (conditional)
If you are installing/upgrading FlexDeploy with version 6.0+ and your FlexDeploy VM has access to the Internet, the flexdeployinstaller.sh will pull the required version of the software and client from the influx data website.
If you are installing/upgrading FlexDeploy with version 6.0+ and your FlexDeploy VM doesn't have access to the Internet, the software and the client must be downloaded from the influx data website using the embedded links. The 2 downloaded gzip files must be saved to FLEXDEPLOY_INSTALLER_HOME/downloads/influxdb (don't extract them). This only needs to be downloaded once.
Code Block | ||
---|---|---|
| ||
cp /path to influx database download/influxdb2*tar.gz ${FLEXDEPLOY_INSTALLER_HOME}/downloads/influxdb |
...