How to deply dashboard on apache

Asked by xelatex

Hi, I have successfully configured dashboard. Now I would like to deply it on apache. I know how to deply a normal django project with mod_python on apache, but the virtual_env of dashboard confused me. What should I do to change the virtual environment to the real environment and run dashboard on apache with mod_python?

Thanks.

Question information

Language:
English Edit question
Status:
Answered
For:
OpenStack Dashboard (Horizon) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Devin Carlen (devcamcar) said :
#1

You have two options for running dashboard with Apache. One is to simply install all of the pre-requisites and then run it normally without a virtualenv:

  sudo pip install -r openstack-dashboard/tools/pip-requires

It's also possible to run Apache against a virtualenv:

  http://stackoverflow.com/questions/3503793/running-django-in-virtualenv-using-apache-with-mod-python-and-multiple-python-ins

Can you help with this problem?

Provide an answer of your own, or ask xelatex for more information if necessary.

To post a message you must log in.