Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 550 Bytes

README.rst

File metadata and controls

20 lines (15 loc) · 550 Bytes

trove-dashboard

Horizon dashboard for the Trove project.

Quickstart

  1. Install trove per: https://wiki.openstack.org/wiki/Trove/installation
  2. Clone this repo to your machine.
  3. Run python setup.py build
  4. Run python setup.py install
  5. Edit horizon/openstack_dashboard/settings.py variable INSTALLED_APPS=(... , 'trove_dashboard',)
  6. Run the command: touch horizon/openstack_dashboard/wsgi/django.wsgi
  7. Log into to the horizon dashboard and make Databases.

Help

Use the source Luke!