Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.71 KB

fedora-deps.md

File metadata and controls

48 lines (35 loc) · 1.71 KB

RHEL/Fedora dependencies for Wok

Additional RHEL Repositories

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.

Build Dependencies

$ sudo yum install gcc make autoconf automake gettext-devel git rpm-build \
                    libxslt

Runtime Dependencies

$ 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

Packages required for UI development

$ sudo yum install gcc-c++ python-devel python-pip
$ sudo pip install cython libsass

Packages required for tests

$ sudo yum install pyflakes python-pep8 python-requests

# For RHEL systems, install the additional packages:
$ sudo yum install python-unittest2