summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-07-25 01:16:02 -0300
committerAamir Khan <syst3m.w0rm@gmail.com>2012-07-25 01:16:02 -0300
commit917c21f68daa0bf219881c996923b7c6ddcaf6b0 (patch)
tree08e3f80366312410aab25a7fd2771d5b9441c949 /README.rst
parent4abcd02638d5c26a60532a8ae044e956337f0bd9 (diff)
downloadhyperkitty-917c21f68daa0bf219881c996923b7c6ddcaf6b0.tar.gz
hyperkitty-917c21f68daa0bf219881c996923b7c6ddcaf6b0.tar.xz
hyperkitty-917c21f68daa0bf219881c996923b7c6ddcaf6b0.zip
Update README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files 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