aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-03-24 13:52:46 -0600
committerCody Hiar <codyfh@gmail.com>2018-03-24 13:52:46 -0600
commit863382e0c415c47f2e2117d50dfd49c3060d3739 (patch)
treedfd4deb37b4cc1647860e51f4617fc1c52f5da11 /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..afbfcc1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# 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:
+
+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.