Files
solum-dashboard/README.rst
Angus Salkeld f38ec54e68 Add some basic install instructions
Change-Id: I919ad39d80c0a55fe687261dff7f5613fc2e3705
2014-04-28 14:03:40 +10:00

553 B

solum-dashboard

Horizon plugin for Solum Purpose of this plugin is to add Solum capabilities to the openstack dashboard. This plugin requires a working openstack install including solum and horizon.

How to install solum-dashboard into Horizon.

Enter these commands in your terminal :

sudo pip install -e /opt/stack/solum-dashboard
cd /opt/stack/horizon/openstack_dashboard/local/enabled
ln -s /opt/stack/solum-dashboard/_50_solum.py.example _50_solum.py
sudo service apache2 restart