horizon/openstack-dashboard
Gabriel Hurley 2532d25c08 Adds selenium and qunit integration into Django test suite.
Implements blueprint frontend-testing.
Implements blueprint javascript-unit-tests.

Adds selenium to buildout script and uses django-nose-selenium to integrate with Django's unit test machinery. Includes proof-of-implementation tests with both selenium and qunit.

Change-Id: Ic7db4994be398c633a78dca7369359602c7d8f57
2011-11-08 16:44:16 -08:00
..
dashboard Adds selenium and qunit integration into Django test suite. 2011-11-08 16:44:16 -08:00
debian stub out build files 2011-06-22 17:24:36 -07:00
local Adds selenium and qunit integration into Django test suite. 2011-11-08 16:44:16 -08:00
tools Adds selenium and qunit integration into Django test suite. 2011-11-08 16:44:16 -08:00
Makefile stub out build files 2011-06-22 17:24:36 -07:00
README Re-architects the OpenStack Dashboard for modularity and extensibility. 2011-11-07 12:59:21 -08:00
setup.py Fix identifier for PyPi 2011-10-02 21:20:33 -07:00

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.
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/