Re: [galaxy-dev] Starting uWSGI

2015-02-02 Thread Nicholas Kline
Hi Nate. Thanks a lot for all the help so far. So, I started uWSGI like so: - activate virtual env - cd ~/galaxy-dist - PYTHONPATH=eggs/PasteDeploy-1.5.0-py2.7.egg uwsgi --ini-paste universe_wsgi.ini Then browsed to localhost, which redirected to https://localhost/ as expected since

Re: [galaxy-dev] Starting uWSGI

2015-02-02 Thread Nate Coraor
Hi Nicholas, Set `static_enabled = False` in universe_wsgi.ini and restart uWSGI, and see if that makes a difference. Thanks, --nate On Mon, Feb 2, 2015 at 11:26 AM, Nicholas Kline nx...@case.edu wrote: Hi Nate. Thanks a lot for all the help so far. So, I started uWSGI like so: -

Re: [galaxy-dev] Starting uWSGI

2015-01-28 Thread Nicholas Kline
Hi Nate. Thank you for the reply. So I installed uWSGI inside my Python virtual environment since that was one of the options listed in the documentation, like so: cd ~/galaxy_env/ source bin/activate pip install uwsgi It looks like uWSGI was successfully installed. I then

Re: [galaxy-dev] Starting uWSGI

2015-01-28 Thread Nate Coraor
On Wed, Jan 28, 2015 at 11:55 AM, Nicholas Kline nx...@case.edu wrote: Hi Nate. Thank you for the reply. So I installed uWSGI inside my Python virtual environment since that was one of the options listed in the documentation, like so: cd ~/galaxy_env/ source bin/activate pip