freezer/install-guide/source/install-rdo.rst
Saad Zaher 95b49ffa24 Updating install-guide docs
Change-Id: I7586763cf25be7ca115c7325129a7c9aa7022603
2017-07-19 11:04:19 +01:00

34 lines
766 B
ReStructuredText

.. _install-rdo:
Install and configure for Red Hat Enterprise Linux and CentOS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This section describes how to install and configure the Backup service
for Red Hat Enterprise Linux 7 and CentOS 7.
.. include:: common_prerequisites.rst
Install and configure components
--------------------------------
#. Install the packages:
.. code-block:: console
$ sudo yum install python-dev python-pip
.. include:: common_configure.rst
Finalize installation
---------------------
Start the Backup services and configure them to start when
the system boots:
.. code-block:: console
$ sudo systemctl enable openstack-freezer-api.service
$ sudo systemctl start openstack-freezer-api.service