Updating Readme file

This commit is contained in:
Steve Leon 2015-03-07 15:40:01 -08:00
parent 443af327dc
commit 2a02fe76a6
1 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
cue-dashboard
===============
Horizon plugin for Cue
Horizon plugin for Project Cue
Cue-dashboard Install
--------------------------------------------
Enter these commands in your terminal
::
sudo pip install -e {cue-dashboard}
cd /opt/stack/horizon/openstack_dashboard/local/enabled
ln -s {cue-dashboard}/_70_0_cue_panel_group.py _70_0_cue_panel_group.py
ln -s {cue-dashboard}/_70_cue_panel.py _70_cue_panel.py
sudo service apache2 restart