Custom Search

Sunday, March 10, 2013

How to restart horizon(dashboard) alone in devstack

1) Option-1
restart the webserver
#sudo service apache2 restart


2) Option-2
Go to the horizon code and run
#python ./manage.py runserver
It will run another server on separate port, default is 8080 and auto reload every times you made any changes.

No comments:

Post a Comment