Skip to the content.

Deploy the framework

The most simple mode of deployment is a local installation on a server or desktop (N*X / Windows)

deploy-basic

Next, the configuration can stored in a database, either on the same server or in a central location.

deploy-advanced

Scaling

The framework is designed to be distributed by nature and integrate with different types of repositories (configuration, data, configuration, results, trace, reporting)

The solution is decoupling configuration – data – execution – results which makes it possible to scale and parallelize in different scenarios and adjust them quickly depending on actual needs:

scaling

Installation

Installation steps

If the metadata is needed (partially) inside the instance, metadata actions can be initiated to load necessary metadata: first get the necessary metadata file and then run #iesi.home#/bin/iesi-metadata.sh -type general -load

In order to automate the installation steps, the configuration can be stored in an artifact or configuration repository and copied to the appropriate location

For new versions and patches, new packages will be made available that can be installed in a similar manner. Detailed instructions will be made available to deal with any impact.

Configure the framework

The framework makes use of different setting files to manage its operations. All setting files are centralized in the conf folder. Depending on the deployment manner specific settings need to be defined. More information on the settings file can be found here.

Examples

Local install

Configuration stored in a database

Storing configurations in different logical instances

Separating connectivity configuration