- Additional RHEL Repositories
- Build Dependencies
- Runtime Dependencies
- Packages required for UI development
- Packages required for tests
Some of the required packages are located in the Red Hat EPEL repositories, for RHEL system. See this FAQ for more information on how to configure your system to access this repository.
For RHEL7 systems, you also need to subscribe to the "RHEL Server Optional" channel at RHN Classic or Red Hat Satellite.
$ sudo yum install gcc make autoconf automake gettext-devel git rpm-build \
libxslt
$ sudo yum install python-cherrypy python-cheetah PyPAM m2crypto \
python-jsonschema python-psutil python-ldap \
python-lxml nginx openssl open-sans-fonts \
fontawesome-fonts logrotate
# For RHEL systems, install the additional packages:
$ sudo yum install python-ordereddict
$ sudo yum install gcc-c++ python-devel python-pip
$ sudo pip install cython libsass
$ sudo yum install pyflakes python-pep8 python-requests
# For RHEL systems, install the additional packages:
$ sudo yum install python-unittest2