Jump to: navigation, search

Horizon/MerlinEval

< Horizon
Revision as of 17:02, 8 June 2015 by Dan Nguyen (talk | contribs) (Merlin Horizon Integration)

Merlin Horizon Integration

This page walks through the instructions of how to install Merlin into Horizon.

Steps

1. Create a workspace for horizon and merlin projects

$ mkdir workspace
$ git clone https://github.com/openstack/horizon.git
$ git clone https://github.com/stackforge/merlin.git

2. Create Horizon's .venv

$ cd horizon/
$ ./run_test.sh

3. Update Horizons local_settings.py

$ cd ../openstack_dashboard/local
$ cp local_settings.py.example local_settings.py
$ vi local_settings.py