How to install openstack dashboard

Asked by Van

I follow document os-compute-adminguide-cactus (Jun 8, 2011) Ch. 10 Openstack Interfaces to install Openstack Dashboard.
But the bzr branch is not updated with proper files and directory. When I run "bzr branch lp:openstack-dashboard trunk" it only gets few files as below and missing "openstack-dashboard" directory.

-rw-r--r-- 1 root root 437 2011-06-28 14:48 .bzrignore
-rw-r--r-- 1 root root 298 2011-06-28 14:48 README
-rwxr-xr-x 1 root root 0 2011-06-28 14:48 run_tests.sh

So, I try download packet form https://github.com/4p/openstack-dashboard.
But, not see any install document.
Please tall me, how to install dashboard.

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Dashboard (Horizon) Edit question
Assignee:
No assignee Edit question
Solved by:
zhangjunfeng
Solved:
Last query:
Last reply:
Revision history for this message
Best zhangjunfeng (zjfhappy) said :
#1

try this:

bzr branch lp:openstack-dashboard trunk
bzr revert -r 46

then , you can get it ,

Revision history for this message
Van (nanako940) said :
#2

Thanks you.
I get it.

Revision history for this message
Van (nanako940) said :
#3

Thanks zhangjunfeng, that solved my question.