Skip to content

bbc/horizon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Repository files navigation

Horizon (OpenStack Dashboard)

Horizon is a Django-based project aimed at providing a complete OpenStack Dashboard along with an extensible framework for building new dashboards from reusable components. Theopenstack_dashboardmodule is a reference implementation of a Django site that uses thehorizonapp to provide web-based interactions with the various OpenStack projects.

Using Horizon

Seedoc/source/install/index.rstabout how to install Horizon in your OpenStack setup. It describes the example steps and has pointers for more detailed settings and configurations.

It is also available at Installation Guide.

Getting Started for Developers

doc/source/quickstart.rstor Quickstart Guide describes how to setup Horizon development environment and start development.

Building Contributor Documentation

This documentation is written by contributors, for contributors.

The source is maintained in thedoc/sourcedirectory using reStructuredTextand built bySphinx

To build the docs, use:

$ tox -e docs

Results are in thedoc/build/htmldirectory

Packages

No packages published

Languages

  • Python 62.4%
  • JavaScript 29.1%
  • HTML 6.9%
  • CSS 1.5%
  • Shell 0.1%