Page History
...
Code Block | ||
---|---|---|
| ||
Usage: js7_create_deployment_package.sh [Options] [Switches] Options: --deploy-desc=<file> | required: path to a deployment descriptor file --config-dir=<directory> | required: path to configuration directory, default: ../config --work-dir=<directory> | required: path to working directory, default: ../work --archive-dir=<directory> | required: path to archive directory, default: ../archive --release-dir=<directory> | required: path to release directory holding JS7 installation files, default: ../release --script-dir=<directory> | optional: path to script directory, default: ../bin --deploy-agent-id=<identifier> | optional: Agent ID executing the deployment workflow, default: primaryAgent --agent-id=<id[,id]> | optional: list of Agent IDs to which processing will be limited --controller-id=<id[,id]> | optional: list of Controller IDs to which processing will be limited --joc-instance-id=<id[,id]> | optional: list of JOC Cockpit Instance IDs to which processing will be limited --workflow-parallelism=<number> | optional: max. parallel processes in deployment workflow, default: 100 --workflow-timezone=<number> <identifier> | optional: time zone of the deployment workflow, default: Etc/UTC --log-dir=<directory> | optional: log directory for log output of this script Switches: -h | --help | displays usage --force-sudo | forces use of sudo for operations on directories --dry-run | creates install scripts without running the script --make-dirs | creates the specified directories if they do not exist --keep-work | keeps temporary installations in work directory --show-logs | shows log output of the script |
...
Overview
Content Tools