Difference between revisions of "OpenStack:Horizon"
Jump to navigation
Jump to search
(Created page with "== Horizon Dashboard == Horizon is the dashboard for Openstack. It provides a web based interface to manage other Open Stack services. == Installation == Install the pre-r...") |
(No difference)
|
Revision as of 10:21, 14 May 2014
Horizon Dashboard
Horizon is the dashboard for Openstack. It provides a web based interface to manage other Open Stack services.
Installation
Install the pre-requisite packages:
sudo yum install gcc git-core python-devel python-virtualenv openssl-devel libffi-develClone the git repoistory to get the latest version of horizon and hten run the 'run_tests.sh' script. The script will set up the environment and check to make sure everything is working.
git clone https://github.com/openstack/horizon.git
cd horizon
./run_tests.shTo set up the deffault settings you will need to copy the example file. The file can then be edited to added any additional settings.
cp openstack_dashboard/local/local_settings.py.example openstack_dashboard/local/local_settings.py