cookiecutter/{{cookiecutter.repo_name}}/doc/source/install/install-ubuntu.rst

628 B

Install and configure for Ubuntu

This section describes how to install and configure the {{cookiecutter.service}} service for Ubuntu 14.04 (LTS).

Install and configure components

  1. Install the packages:

    # apt-get update
    
    # apt-get install

Finalize installation

Restart the {{cookiecutter.service}} services:

# service openstack-{{cookiecutter.module_name}}-api restart