Setting up the License Key for a Standalone System

If you do not yet have a license key for the Blueworx Platform and are using it as a trial version please skip this step and proceed to Platform Configuration

BRM manages the Blueworx Platform license key and expects it to be stored in the plain-text file /opt/blueworx/rm/license/bvr.key

If you have been given a license key simply echo it out to that file, e.g.

echo "license-text" > /opt/blueworx/rm/license/bvr.key

or using BVR environment variable $BRM_HOME

echo "license-text" > $BRM_HOME/license/bvr.key

Ensure that the file is readable before starting BRM, BAM and BVR for the first time.