aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 27f1616a5b2dc55ce90178fa2f6c3f4d41ab6980 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Setting up Django on a VPS

[Slides](https://docs.google.com/presentation/d/1htURhOWd9zAjDkc0KeSg9QKh1-AYnbndja6LyO_7aZA/edit?usp=sharing)

`setup.sh` is a script you can use to setup your own working instance of django
on a VPS. It's farly self documenting but basically you follow these steps:

1. Setup your own user with python 3, pip, and virtualenv (as root)
2. Create the virtualenv and install/setup djagno (as user)
    * MAKE SURE EVERYTHING WORKS UP TILL THIS POINT
3. Setup nginx and uwsgi to serve the django site.