|
4 days ago | |
---|---|---|
.zuul.d | 3 months ago | |
doc | 1 week ago | |
horizon | 2 weeks ago | |
openstack_auth | 1 month ago | |
openstack_dashboard | 4 days ago | |
playbooks | 4 months ago | |
releasenotes | 2 weeks ago | |
roles | 4 months ago | |
tools | 3 months ago | |
.eslintignore | 4 years ago | |
.eslintrc | 1 month ago | |
.gitignore | 1 month ago | |
.gitreview | 1 year ago | |
.mailmap | 7 years ago | |
.pylintrc | 3 months ago | |
CONTRIBUTING.rst | 5 months ago | |
HACKING.rst | 3 years ago | |
LICENSE | 10 years ago | |
MANIFEST.in | 7 months ago | |
README.rst | 2 years ago | |
babel-django.cfg | 1 year ago | |
babel-djangojs.cfg | 1 year ago | |
bindep.txt | 9 months ago | |
lower-constraints.txt | 1 month ago | |
manage.py | 3 years ago | |
package.json | 1 month ago | |
plugin-registry.csv | 1 month ago | |
reno.yaml | 10 months ago | |
requirements.txt | 9 months ago | |
setup.cfg | 8 months ago | |
setup.py | 3 years ago | |
test-requirements.txt | 4 months ago | |
test-shim.js | 4 years ago | |
tox.ini | 3 months ago |
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. The openstack_dashboard
module is a reference implementation of a Django site that uses the horizon
app to provide web-based interactions with the various OpenStack projects.
See doc/source/install/index.rst
about 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.
doc/source/quickstart.rst
or Quickstart Guide describes how to setup Horizon development environment and start development.
This documentation is written by contributors, for contributors.
The source is maintained in the doc/source
directory using reStructuredText and built by Sphinx
To build the docs, use:
$ tox -e docs
Results are in the doc/build/html
directory