Update readme with installation instructions
The installation requires to specify a prefix, to make sure that the data_files are installed to the default ansible plugins/roles directory. Change-Id: I32cce004e63640a2f42248930adb338e6a9abada
This commit is contained in:
parent
07263bf421
commit
2bcb62f270
14
README.rst
14
README.rst
@ -4,6 +4,20 @@ tripleo-ipa
|
|||||||
|
|
||||||
This repository contains Ansible for use integrating TripleO with FreeIPA.
|
This repository contains Ansible for use integrating TripleO with FreeIPA.
|
||||||
|
|
||||||
|
Installation
|
||||||
|
============
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ pip install --prefix=/usr tripleo-ipa
|
||||||
|
|
||||||
|
Or, if you are installing from source, in the project directory:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ python setup.py install --prefix=/usr
|
||||||
|
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
============
|
============
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user