fideloper/Vaprobash

How would we integrate gunicorn and Django ?

mrgodhani opened this issue · 2 comments

I really like vaprobash. It would be cool if we have django & gunicorn option in the script too.

hmmm, there is a fair bit of PHP assumed around there, altho I think most
of it checks if PHP is installed before doing PHP-specific stuff.

Python would be missing some dependencies most likely in general. Gunicorn
would need some extra config setup, I'll bet using Phusion Passenger would
be easier thanks to its "easy" nginx integration.

On Thu, Sep 3, 2015 at 6:46 PM Meet Godhani notifications@github.com
wrote:

I really like vaprobash. It would be cool if we have django & gunicorn
option in the script too.


Reply to this email directly or view it on GitHub
#495.

Guess Phusion works for now. Thanks.