deb-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

638 B

Install and configure for Ubuntu

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

Install and configure components

  1. Install the packages:

    # apt-get update
    
    # apt-get install barbican-api barbican-keystone-listener barbican-worker

Finalize installation

Restart the Key Manager services:

# service openstack-barbican-api restart