Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.05 KB

ubuntu-deps.md

File metadata and controls

32 lines (23 loc) · 1.05 KB

Ubuntu dependencies for Wok

Build Dependencies

$ sudo apt-get install gcc make autoconf automake gettext git pkgconf \
                       xsltproc logrotate

Runtime Dependencies

$ sudo apt-get install python-cherrypy3 python-cheetah python-pam \
                        python-m2crypto python-jsonschema \
                        python-psutil python-ldap python-lxml nginx \
                        openssl fonts-font-awesome texlive-fonts-extra

Packages required for UI development

$ sudo apt-get install g++ python-dev python-pip
$ sudo pip install cython libsass

Packages required for tests

$ sudo apt-get install pep8 pyflakes python-requests