watcher/doc/source/install/install-ubuntu.rst
licanwei c032807a42 update doc for install ubuntu
Change-Id: I04692e0002a5e81c898793c7215a21ceba02b8d2
2018-11-28 12:11:13 +08:00

918 B

Install and configure for Ubuntu

This section describes how to install and configure the Infrastructure Optimization service for Ubuntu 16.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

Start the Infrastructure Optimization services and configure them to start when the system boots:

# systemctl enable watcher-api.service \
  watcher-decision-engine.service \
  watcher-applier.service

# systemctl start watcher-api.service \
  watcher-decision-engine.service \
  watcher-applier.service