Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

We provide Terraform scripts that can be used to install FlexDeploy for you. Currently, the script mostly only works with Linux. This does not mean you can’t run the script on Windows (you can) however the script must run against a Linux instance. So if you are running it against the local instance you will need to be running on Linux. You can also run the script locally against windows.

Cloud supports AWS, Azure, and Oracle Cloud Infrastructure(OCI)

Database supports Postgres and Oracle

System Requirements

  • Terraform should install in your local to run terraform script, Download and installation Terraform, instructions are located here.

  • Inputs can be supplied using any of the methods supported by Terraform. However, we recommend using the .tfvars method.

If you want to use the Oracle database, you need to have both the ojdbc8-full.tar.gz and LINUX.X64_193000_db_home.zip files located in a folder called software in the root directory of the script. ojdbc drivers are version 8. Database install is Oracle 19.3, Linux x64 version.

  • No labels