ControlTier > core
 

Deploy

Command Reference

Description

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

Service provides the concrete implementation supporting the generic service deployment lifecycle. It overrides the Deployment Deploy command workflow and adds to it, Stop and Start at the beginning and end of the sequence.

lifecycle

Usage

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

Workflow

  1. Stop
  2. Packages-Install
  3. Configure
  4. Start