ControlTier > elements
 

Deploy

Command Reference

Description

Run the service deployment cycle, stopping, unconfiguring, installing package dependencies, configuring and the starting the service.

Override the standard Service Deploy command in order to include service removal/add commands. Deploy will always delete and readd the windows service to ensure consistency.

Usage

ctl -t FireDaemonService -o <objectname> -c Deploy

Workflow

  1. Stop
  2. Remove
  3. Packages-Install
  4. Configure
  5. Add
  6. Start