Jump to: navigation, search

Difference between revisions of "Horizon/MerlinEval"

(Created page with "== 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 pr...")
 
m (Merlin Horizon Integration)
Line 7: Line 7:
 
  $ git clone https://github.com/openstack/horizon.git
 
  $ git clone https://github.com/openstack/horizon.git
 
  $ git clone https://github.com/stackforge/merlin.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

Revision as of 17:02, 8 June 2015

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