ara/doc/source/installation.rst
Vu Cong Tuan 461ab7315f Do not use “-y” for package install
According to "code conventions" [1], do not use "-y" option.
Instead, use apt-get install package, yum install package,
or zypper install package.

[1] https://docs.openstack.org/doc-contrib-guide/writing-style/
code-conventions.html

Change-Id: I421578ed2acae15c9f6eef2a6f0013090fdb7acc
2017-11-07 11:13:57 +07:00

1.0 KiB

Installing ARA

Installing ARA is easy.

RHEL, CentOS, Fedora packages

Required dependencies

yum install gcc python-devel libffi-devel openssl-devel redhat-rpm-config

Development or integration testing dependencies

yum install python-setuptools libselinux-python libxml2-devel libxslt-devel
easy_install pip
pip install tox

Ubuntu, Debian packages

Required dependencies

apt-get install gcc python-dev libffi-dev libssl-dev

Development or integration testing dependencies

apt-get install python-pip libxml2-dev libxslt1-dev
pip install tox

Installing ARA from trunk source

pip install git+https://git.openstack.org/openstack/ara

Installing ARA from latest release on PyPi

pip install ara