Ganeti Web Manager is a Django-based web application that allows administrators and clients access to their ganeti clusters.
Documentation for Ganeti Web Manager is hosted by Read the Docs. You can find up to date documentation for current and previous releases at http://ganeti-webmgr.readthedocs.org/en/latest.
If your looking to develop or contribute to GWM, please refer to the development documentation at http://ganeti-webmgr.readthedocs.org/en/develop
Our documentation is written in ReStructuredText and built using Sphinx. First you will need to install the dependencies to a virtualenv or to your system's python installation:
pip install -r requirements/docs.txt
Then you will need to run the following commands to build the documentation:
cd docs/ make html
The documentation will be located at docs/build/html/
as html files.
If you open index.html
with your web browser, it will take you to the
table of contents.
For installation instructions please refer to our installation documentation.
For a list of versions and browsers supported by Ganeti Web Manager check our compatibility documentation.
A list of dependencies can be found in our requirements documentation.
- Project page
- Documentation
- Mailing List
- IRC:
#ganeti-webmgr
on freenode.net