Rename usage directory to features in docs.
[ganeti_webmgr.git] / docs / source / ref / dependencies.rst
blob13bdafb1f31210ff293ad0c5b2ad72b6f75a610c
1 .. _dependencies:
3 Dependencies
4 ------------
6 Base
7 ~~~~
9 Python
10     >= 2.5
12 Python-dev
14    ::
16        sudo apt-get install python-dev
18 .. Note:: Python-dev is required because some pip packages need it to
19           build dependencies
21 Databases
22 ~~~~~~~~~
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.
29 MySQL
30     python-mysql
32     ::
34       pip install MySQL-python
36 PostgreSQL
37     postgresql_psycopg2
39     ::
41       pip install psycopg2
43 LDAP
44 ~~~~
46 LDAP dependencies can be found on the :ref:`ldap-dependencies` page.
48 Compatibility
49 -------------
51 Ganeti Web Manager is compatible with the following:
53 Ganeti 
54     **2.4.x--2.6.0**.
55     
56     Earlier versions are unsupported; they may occasionally work, but
57     should not be relied upon.
59 Browsers
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
65     HTML5.
67 Databases
68     `SQLite`_, `MySQL`_.
70     .. versionadded:: 0.10
71        PostgreSQL has limited support
73 Operating Systems 
74     Ubuntu 11.10, Ubuntu 12.04, CentOS 6.
75     
76     Known to work on Debian 7 and CentOS 5.
77     
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/