summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-06-20 01:47:20 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-06-20 01:47:20 -0400
commit680ba515371718aa4798feeb1727d697b00e8358 (patch)
treee9aa0886f47fb87abf97830422e550b359346b52
parentafeb421a85a848c35183743d59d633f5997dd673 (diff)
downloadhyperkitty-680ba515371718aa4798feeb1727d697b00e8358.tar.gz
hyperkitty-680ba515371718aa4798feeb1727d697b00e8358.tar.xz
hyperkitty-680ba515371718aa4798feeb1727d697b00e8358.zip
README updated
-rw-r--r--README17
1 files changed, 9 insertions, 8 deletions
diff --git a/README b/README
index 43480c1..c5bb9d6 100644
--- a/README
+++ b/README
@@ -9,19 +9,21 @@ This is a django project.
Dependencies:
-------------
-* pymongo
-* bunch
* Django
* djangorestframework
* psycopg2 (for postgresql)
* sqlalchemy (tested with 0.5.5)
-
+* django-social-auth
To get it run:
--------------
- Aggregate the static content into their rightfull place:
python manage.py collectstatic
+
+- Sync the database
+python manage.py syncdb
+
- Start the server:
python manage.py runserver
@@ -33,13 +35,12 @@ virtualenv mailman3
# Activate the virtualenv
cd mailman3
source bin/activate
+
# Install django and dependencies
easy_install django
-easy_install bunch
-easy_install pymongo
easy_install sqlalchemy
easy_install psycopg2
-# easy_install urlgrabber -- no used for the moment
+easy_install django-social-auth
easy_install djangorestframework
easy_install django-gravatar
@@ -50,10 +51,10 @@ sudo service postgresql start
# Configure your database as you wish
# retrieve the sources there:
-bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/rdbms
+bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/gsoc
# Start it
-cd rdbms
+cd gsoc
# Retrieve the sources from kittystore
git clone https://github.com/pypingou/kittystore.git
# clean them