Setting up Django on a VPS
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:
- Setup your own user with python 3, pip, and virtualenv (as root)
- Create the virtualenv and install/setup djagno (as user)
- MAKE SURE EVERYTHING WORKS UP TILL THIS POINT
- Setup nginx and uwsgi to serve the django site.