sdss / marvin

Data access and visualization for MaNGA. http://sdss-marvin.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
55 stars 32 forks source link

remove Marvin Web app dependency on modules #641

Closed havok2063 closed 5 years ago

havok2063 commented 5 years ago

The current production uwsgi setup for marvin relies on the modules environment. This is constraining the ease of deploying a new version on lore, which currently requires manually restarting the emperor every time. I think this will help with testing the nginx/uwsgi stuff.

havok2063 commented 5 years ago

I've added explicit pythonpaths into the uwsgi production files. This seems to work.