barbican/install-guide/source/install-ubuntu.rst
Jeremy Liu b8bbd3264e Fix error in installation guide of Ubuntu.
Installation guide of Ubuntu has missed some configurations.
And should use 'db upgrade' command to sync database.

Closes-bug: #1632179
Change-Id: I4c8ce209c409a6fabf5d96fb5fe0de46596b785a
2016-10-12 21:24:49 +08:00

32 lines
638 B
ReStructuredText

.. _install-ubuntu:
Install and configure for Ubuntu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This section describes how to install and configure the Key Manager
service for Ubuntu 14.04 (LTS).
.. include:: common_prerequisites.rst
Install and configure components
--------------------------------
#. Install the packages:
.. code-block:: console
# apt-get update
# apt-get install barbican-api barbican-keystone-listener barbican-worker
.. include:: common_configure.rst
Finalize installation
---------------------
Restart the Key Manager services:
.. code-block:: console
# service openstack-barbican-api restart