openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #22633
Re: How to start Horizon?
Horizon depends on Keystone for authentication, so there are some dependencies.
Assuming you have these set up
cd to the horizon home directory
cd <horizon_home>
python ./manage.py runserver 0.0.0.0:<port_num>
access the above through your favorite browser (not IE)
http://localhost:<port_num>/<http://localhost:%3cport_num%3e/>
The password for the admin and demo accounts are what you have in the keystone database (which you may have set up via the localrc file if you used devstack).
Regards
Malini
From: Openstack [mailto:openstack-bounces+malini.k.bhandaru=intel.com@xxxxxxxxxxxxxxxxxxx] On Behalf Of Tiantian Gao
Sent: Friday, April 12, 2013 4:58 PM
To: 郭龙仓
Cc: openstack-operators@xxxxxxxxxxxxxxxxxxx; OpenStack Mailing List
Subject: Re: [Openstack] How to start Horizon?
你可以考虑看下官方文档先
2013/4/12 郭龙仓 <guolongcang.work@xxxxxxxxx<mailto:guolongcang.work@xxxxxxxxx>>
I have installed Horizon lonely,how to start it ?
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : openstack@xxxxxxxxxxxxxxxxxxx<mailto:openstack@xxxxxxxxxxxxxxxxxxx>
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp
References