From 917c21f68daa0bf219881c996923b7c6ddcaf6b0 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Wed, 25 Jul 2012 01:16:02 -0300 Subject: Update README.rst --- README.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index e1ec1e8..9da1d1f 100644 --- a/README.rst +++ b/README.rst @@ -33,11 +33,13 @@ kittystore dependencies Installation ============ -1. pip install git+https://github.com/syst3mw0rm/hyperkitty -2. Load data into postgresql using kittystore (https://github.com/pypingou/kittystore) -3. Create symlink kittystore using **ln -s {path-to-kittystore}/kittystore/ kittystore** -4. python manage.py syncdb -5. python manage.py runserver +1. git clone https://github.com/syst3mw0rm/hyperkitty +2. cd hyperkitty +3. python setup.py develop +4. Clone KittyStore and Load archive data into postgresql using kittystore (https://github.com/pypingou/kittystore) +5. Create symlink kittystore using **ln -s {path-to-kittystore}/kittystore/ kittystore** +6. python manage.py syncdb +7. python manage.py runserver License -- cgit