From 680ba515371718aa4798feeb1727d697b00e8358 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Wed, 20 Jun 2012 01:47:20 -0400 Subject: README updated --- README | 17 +++++++++-------- 1 file 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 -- cgit