From ba6935534db9345423881b442a0ababecf3dfeb7 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Wed, 25 Jul 2012 16:44:10 -0400 Subject: README updated --- README.rst | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index ddb5b8f..fc63f10 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,16 @@ HyperKitty - Archiver for for GNU Mailman v3 HyperKitty is an open source Django application under development. It aims to provide web interface to access GNU Mailman archives. +Installation +============ + +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. Install hk-app (https://github.com/syst3mw0rm/hk-app) + Dependencies ============ @@ -29,19 +39,6 @@ kittystore dependencies - -Installation -============ - -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. Install hk-app (https://github.com/syst3mw0rm/hk-app) - - - License ======== -- cgit