summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-07-05 01:59:26 -0300
committerAamir Khan <syst3m.w0rm@gmail.com>2012-07-05 01:59:26 -0300
commit9b9383b1219a0d638d9160bd199134405df1bd03 (patch)
tree0bc305a8b97c28f8fbb8acbd7f5b8837a093dc84 /README.rst
parent160493710538e0f6e805cc78093be477b031a4fb (diff)
downloadhyperkitty-9b9383b1219a0d638d9160bd199134405df1bd03.tar.gz
hyperkitty-9b9383b1219a0d638d9160bd199134405df1bd03.tar.xz
hyperkitty-9b9383b1219a0d638d9160bd199134405df1bd03.zip
Update master
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst28
1 files changed, 25 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index edade50..dc3821e 100644
--- a/README.rst
+++ b/README.rst
@@ -7,14 +7,36 @@ HyperKitty is an open source Django application under development. It aims to pr
Dependencies
============
-1. Latest version of Django >= 1.4
-2. django-social-auth application (https://github.com/omab/django-social-auth/)
+
+Hyperkitty dependencies
+-----------------------
+Django==1.4
+URLObject==2.0.2
+django-gravatar==0.1.0
+django-social-auth==0.7.0
+djangorestframework==0.3.3
+httplib2==0.7.4
+oauth2==1.5.211
+psycopg2==2.4.5
+python-openid==2.2.5
+wsgiref==0.1.2
+yolk==0.4.3
+
+
+kittystore dependencies
+-----------------------
+SQLAlchemy==0.7.8
+
+
Installation
============
1. Clone the repository
-2. Load some data into postgresql database using kittystore (https://github.com/pypingou/kittystore)
+2. Install all the dependencies using pip install -r requirements.txt
+3. Load data into postgresql using kittystore (https://github.com/pypingou/kittystore)
+4. python manage.py syncdb
+5. python manage.py runserver
License