https://github.com/rcbops/openstack-dashboard-buildpackage
git-buildpackage repo for openstack-dashboard
https://github.com/rcbops/openstack-dashboard-buildpackage
Last synced: 10 months ago
JSON representation
git-buildpackage repo for openstack-dashboard
- Host: GitHub
- URL: https://github.com/rcbops/openstack-dashboard-buildpackage
- Owner: rcbops
- Created: 2011-10-26T15:52:07.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-18T00:05:55.000Z (about 14 years ago)
- Last Synced: 2025-03-16T06:15:17.350Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.02 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
===================
OpenStack Dashboard
===================
The OpenStack Dashboard is a reference implementation of a Django site that
uses the Horizon project to provide web based interactions with the various
OpenStack projects.
Getting Started
===============
For local development, first create a virtualenv for the project.
In the Horizon ``tools`` directory there is a script to create one for you:
$ python tools/install_venv.py
Alternatively, the ``run_tests.sh`` script will also install the environment
for you and then run the full test suite to verify everything is installed
and functioning correctly.
Now that the virtualenv is created, you need to configure your local
environment. To do this, create a ``local_settings.py`` file in the ``local/``
directory. There is a ``local_settings.py.example`` file there that may be
used as a template.
If all is well you should now able to run the development server locally:
$ tools/with_venv.sh openstack-dashboard/manage.py runserver
or, as a shortcut::
$ ./run_tests.sh --runserver
Settings Up OpenStack
=====================
The recommended tool for installing and configuring the core OpenStack
components is `Devstack`_. Refer to their documentation for getting
Nova, Keystone, Glance, etc. up and running.
.. _Devstack: http://devstack.org/