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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
luckystar1992's avatar
71
luckystar1992
asked 9 years ago

Comments

see more comments

1 Answer

1

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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
laike9m's avatar
21
laike9m
answered 9 years ago
link

Comments

but I used virtualenv as a virtual environment.

luckystar1992's avatar luckystar1992 (9 years ago)

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

laike9m's avatar laike9m (9 years ago)

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

Evgeny's avatar Evgeny (9 years ago)
see more comments