tuskar-ui/openstack-dashboard
Gabriel Hurley 06a36029a0 Updated template loaders to the current class-based versions.
The old values were deprecated as of Django 1.2 and will be removed in 1.4

Change-Id: Ie7611b4554fe2f31a2c38c3d5729d3d90c9e6afb
2011-12-22 19:01:46 -08:00
..

===================
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.
A tool is included to create one for you:

  $ python tools/install_venv.py

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 server locally:

  $ tools/with_venv.sh dashboard/manage.py 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/