Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 2.05 KB

README.rst

File metadata and controls

68 lines (45 loc) · 2.05 KB

Ganeti Web Manager

Ganeti Web Manager is a Django-based web application that allows administrators and clients access to their ganeti clusters.

Documentation

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

Building the Documentation

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.

Installation

For installation instructions please refer to our installation documentation.

Compatibility

For a list of versions and browsers supported by Ganeti Web Manager check our compatibility documentation.

Dependencies

A list of dependencies can be found in our requirements documentation.

Links