From 2ea602961352b1affcb25e985cbbb8b9b5157d51 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Sun, 2 Dec 2012 12:07:41 -0800
Subject: [PATCH] added install instructions

---
 INSTALL.md | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 INSTALL.md

diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644
index 0000000..e8feac2
--- /dev/null
+++ b/INSTALL.md
@@ -0,0 +1,30 @@
+
+* install PostgreSQL 8.3+
+
+* make sure you have virtualenv installed:
+http://www.virtualenv.org/en/latest/
+
+* download helios-server
+
+* cd into the helios-server directory
+
+* create a virtualenv:
+
+     virtualenv venv
+
+* activate virtual environment
+
+     source venv/bin/activate
+
+* install requirements
+
+     pip install -r requirements.txt
+
+* reset
+
+     ./reset.sh
+
+* start server
+
+     python manage.py runserver
+
-- 
GitLab