Deploying IFS Cloud¶
Installing IFS Cloud is a process that involves a set of tasks.
An installation contains of preparation of the database (Prepare Database Instance for IFS Cloud), deployment of the database object (Deploy Database Objects) and deployment of the middle tier (Deploy Middle Tier).
These three steps can be run separately as explained in the details section or run as combined deployment, running all step automatically in sequence.
To run installer.cmd/sh you need a custom values yaml (ifscloud-values.yaml) file, solutionset.yaml file.
Additional yaml files and parameters can be sent to the installer.
Example: installer.sh --values ifscloud-values.yaml --values solutionset.yaml --set dbInstaller.ifsappPassword=xxxxx --set dbInstaller.sysPassword=yyyyy
The parameters sent as --set parameters can also be added in the custom values yaml file, read more about custom values yaml file in Installation parameters.
Details¶
- IFS Cloud Installer
This step will configure the middle tier and install IFS Cloud - Prepare Database Instance for IFS Cloud
This step will prepare the database instance for IFS Cloud by creating the main schema, table spaces etc. - Deploy Database Objects
This step will deploy the database objects for IFS Cloud, things like tables, views, packages, indexes etc. - Deploy Middle Tier
This step will deploy the middle tier into a defined namespace. - File Executor
Used if single files need to be deployed to the IFS Cloud DB.