update doc for install ubuntu

Change-Id: I04692e0002a5e81c898793c7215a21ceba02b8d2
This commit is contained in:
licanwei 2018-11-28 12:11:13 +08:00
parent b2de7d691c
commit c032807a42

View File

@ -4,7 +4,7 @@ Install and configure for Ubuntu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This section describes how to install and configure the Infrastructure This section describes how to install and configure the Infrastructure
Optimization service for Ubuntu 14.04 (LTS). Optimization service for Ubuntu 16.04 (LTS).
.. include:: common_prerequisites.rst .. include:: common_prerequisites.rst
@ -25,10 +25,15 @@ Install and configure components
Finalize installation Finalize installation
--------------------- ---------------------
Restart the Infrastructure Optimization services: Start the Infrastructure Optimization services and configure them to start when
the system boots:
.. code-block:: console .. code-block:: console
# service watcher-api restart # systemctl enable watcher-api.service \
# service watcher-decision-engine restart watcher-decision-engine.service \
# service watcher-applier restart watcher-applier.service
# systemctl start watcher-api.service \
watcher-decision-engine.service \
watcher-applier.service