c7ec186576
This patch set makes the following changes: * Add index file to each subdirectory of doc/source * Update doc/source/index.rst with new links * Move content of install-guide to the doc/source/install * Minor changes Depends-On: Ifc5512c0e2373cf3387e0e0498268eab092e52bb Change-Id: Iecb4f60efb015a56b9b37331859848b287112842
761 B
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
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