deb-watcher/doc/source/install/install-ubuntu.rst

761 B

Install and configure for Ubuntu

This section describes how to install and configure the Infrastructure Optimization service for Ubuntu 14.04 (LTS).

Install and configure components

  1. Install the packages:

    # apt install watcher-api watcher-decision-engine \
      watcher-applier
    
    # apt install python-watcherclient

Finalize installation

Restart the Infrastructure Optimization services:

# service watcher-api restart
# service watcher-decision-engine restart
# service watcher-applier restart