summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-07-25 16:44:10 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-07-25 16:44:10 -0400
commitba6935534db9345423881b442a0ababecf3dfeb7 (patch)
treeaae47265ab48b547af762c4ba802985ed5325cb9
parentce67ca059cb0fdeef915f279cd15414e3dd5df26 (diff)
downloadhyperkitty-ba6935534db9345423881b442a0ababecf3dfeb7.tar.gz
hyperkitty-ba6935534db9345423881b442a0ababecf3dfeb7.tar.xz
hyperkitty-ba6935534db9345423881b442a0ababecf3dfeb7.zip
README updated
-rw-r--r--README.rst23
1 files 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
========