This page provides the system requirements and installation instructions for the FlexDeploy application tier

Create Folders for FlexDeploy Server

You can create separate mounts as per suggested size requirements below. Both folders must be owned writable by user that will be used to run FlexDeploy server process.

FlexDeploy Working Directory

FlexDeploy uses a working directory for temporary files to be transferred between the server and its endpoints. This directory needs to have at least 4GB of space available on the FlexDeploy Server.

This directory will be specified on command line as -Dflexagon.fd.install.root.

FlexDeploy Artifact Repository

The FlexDeploy artifact repository is a directory available on the FlexDeploy server where all build artifacts are stored, and later retrieved for the deployments. This directory needs to have at least 10GB of space available on the FlexDeploy Server.


Due to the importance of the artifact repository, this file system should be backed up regularly.

Customers should follow their standard practices for File System(Artifact Repository) backup. Files are never modified once added in the Artifacts directory, they are deleted based on purge settings, just wanted to mention that here for clarity. Incremental daily should be reasonable option. During upgrade procedure, we have defined steps to take complete backup of database and file system as well.

There is no need to stop Application during regular scheduled backup, but time with least activity should be used in such cases.


This directory will be specified on command line as -Dflexagon.fd.repository.root.

Supported Application Servers

FlexDeploy is a Java web-based application which runs on the following application servers:

See FlexDeploy installation instructions for the target application server platform.

SCM Requirements

FlexDeploy provides out of the box integration with the following Source Control Management Systems

The Git executable must be installed on the FlexDeploy server and it must be accessible in its PATH. The Git executable version must be 1.7.9 or higher.


For IBM ClearCase, you must copy libraries from your ClearCase server into the the application server lib folder. Detailed instructions can be found under the sections for the specific target application server platform.


Next Steps