Setting up Refinery¶
Installing the Refinery package¶
-
Curl Refinery package from Nexus (e.g. KxRefinery-x.x.x.tgz).
-
Extract package using
tar -xvf KxRefinery-x-x-x.tgz. -
Run the
installDeltaXML.shscript in thescriptsdirectory and follow the prompts. Alternatively, add an install config file with preconfigured options and install with-pflag.
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¶
-
Add your custom package to the
packagesdirectory within theKxRefinery-x-x-x/packagesdirectory. -
If using an install config, add a
custom-package-listflag see platform documentation. Otherwise, manually add the package name to theDELTA_DAAS_SOLUTION_PACKAGESarray withininstallDeltaXML.shbash script. -
Run the
installDeltaXML.shscript in thescriptsdirectory and follow the prompts. Alternatively, add an install config file with preconfigured options and install with-pflag.