https://github.com/rcbops/horizon-buildpackage
git-buildpackage repo for horizon
https://github.com/rcbops/horizon-buildpackage
Last synced: about 1 year ago
JSON representation
git-buildpackage repo for horizon
- Host: GitHub
- URL: https://github.com/rcbops/horizon-buildpackage
- Owner: rcbops
- License: apache-2.0
- Created: 2012-02-14T18:45:02.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-17T19:14:58.000Z (over 14 years ago)
- Last Synced: 2025-01-22T18:30:42.562Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 348 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
========================================
Horizon: The OpenStack Dashboard Project
========================================
The Horizon project is a Django module that is used to provide web based
interactions with an OpenStack cloud.
There is a reference implementation that uses this module located at:
http://launchpad.net/horizon
It is highly recommended that you make use of this reference implementation
so that changes you make can be visualized effectively and are consistent.
Using this reference implementation as a development environment will greatly
simplify development of the ``horizon`` module.
Of course, if you are developing your own Django site using Horizon, then
you can disregard this advice.
Getting Started
===============
Horizon uses the common environment configured by ``tools/install_venv.py``
based on the dependencies listed in ``tools/pip-requires`` for local
development.
The simplest way to get going is to simply run the ``run_tests.sh`` script
included with the Horizon project. This will set up your local environment
and run the full test suite to verify that everything is working properly.