First time here? Check out the FAQ!
0

virtualenv uwsgi Nginx

can askbot develop with virtual uwsgi & Nginx. if it can, does someone teach me how to do. thanks

luckystar1992's avatar
71
luckystar1992
asked 2015-07-24 09:15:01 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

I use nginx+uwsgi to deploy askbot. There's nothing different from deploying other django project.

laike9m's avatar
21
laike9m
answered 2015-07-27 22:37:58 -0500
edit flag offensive 0 remove flag delete link

Comments

but I used virtualenv as a virtual environment.

luckystar1992's avatar luckystar1992 (2015-07-28 01:48:39 -0500) edit

Mee too, and what's the problem you met?

laike9m's avatar laike9m (2015-07-28 07:55:09 -0500) edit

uwsgi has a parameter for that called `virtualenv` where you specify path to the environment.

Evgeny's avatar Evgeny (2015-08-07 11:37:43 -0500) edit
add a comment see more comments