To import workflows manually:
-
Log in to BlueCat Gateway.
-
Copy the workflow TAR package:
cp worflow_name.tar.gz <bluecat_gateway>/workflows
-
Change to the
<bluecat_gateway>/workflows
directory:cd <bluecat_gateway>/workflows
-
Extract the workflows from the TAR file:
gzip -d workflow_name.tar.gz
tar xf worklow_name.tar workflow_name
You can then add permissions manually before restarting BlueCat Gateway. Or, you can restart BlueCat Gateway and add permissions later through the user interface.