16 sudo apt-get install python-dev
18 .. Note:: Python-dev is required because some pip packages need it to
24 All databases need their required python binding installed in order for
25 Django to connect. Please refer to Django database `documentation
26 <https://docs.djangoproject.com/en/1.4/topics/install/#get-your-database-running>`_
27 if you have any issues.
34 pip install MySQL-python
46 LDAP dependencies can be found on the :ref:`ldap-dependencies` page.
51 Ganeti Web Manager is compatible with the following:
56 Earlier versions are unsupported; they may occasionally work, but
57 should not be relied upon.
60 `Mozilla Firefox`_ >= 3.x, current `Google Chrome`_/`Google Chromium`_.
62 Other contemporary browsers may also work, but are not supported.
64 The web-based VNC console requires browser support of WebSockets and
70 .. versionadded:: 0.10
71 PostgreSQL has limited support
74 Ubuntu 11.10, Ubuntu 12.04, CentOS 6.
76 Known to work on Debian 7 and CentOS 5.
78 Debian 6 should work, provided that pip, virtualenv and fabric are
79 the latest version managed through pip.
81 .. _Ganeti: http://code.google.com/p/ganeti/
82 .. _Mozilla Firefox: http://mozilla.com/firefox
83 .. _Google Chrome: http://www.google.com/chrome/
84 .. _Google Chromium: http://www.chromium.org/
85 .. _SQLite: https://sqlite.org/
86 .. _MySQL: https://www.mysql.com/