Setting up Refinery

Installing the Refinery package

  1. Curl Refinery package from Nexus (e.g. KxRefinery-x.x.x.tgz).

  2. Extract package using tar -xvf KxRefinery-x-x-x.tgz.

  3. Run the installDeltaXML.sh script in the scripts directory and follow the prompts. Alternatively, add an install config file with preconfigured options and install with -p flag.

Note

delta-package-dir is KxRefinery-x-x-x/packages

Upgrading an existing Refinery package

To upgrade an underlying dependent package (e.g. Analyst or Control), replace the package in the packages directory prior to running the installDeltaXML.sh script.

Adding a custom domain / client / environment package

  1. Add your custom package to the packages directory within the KxRefinery-x-x-x/packages directory.

  2. If using an install config, add a custom-package-list flag see platform documentation. Otherwise, manually add the package name to the DELTA_DAAS_SOLUTION_PACKAGES array within installDeltaXML.sh bash script.

  3. Run the installDeltaXML.sh script in the scripts directory and follow the prompts. Alternatively, add an install config file with preconfigured options and install with -p flag.