Changes between Version 2 and Version 3 of DjangoAndNginx
- Timestamp:
- May 6, 2008, 3:17:35 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoAndNginx
v2 v3 1 1 I just recently grabbed a hosting setup on VPSLink.com and wanted to get Django up and running. I'd heard good things about nginx, but had never set it up or configured it before, so I figured I'd give it a try. There were a few little bumps I ran into, but in the end the setup worked pretty well so I wanted to share my setup and configuration experience with everyone here. 2 2 3 This setup is running Ubuntu Hardy 8.04 as xen instance on VPSLink, this walks through starting everything up from scratch, but assumes you are running as root (type `su` to switch to the root user)3 This setup is running Ubuntu Hardy 8.04 as a xen instance on VPSLink, this walks through starting everything up from scratch, but assumes you are running as root (type `su` to switch to the root user) 4 4 5 5 The first thing I had to do was install python: