summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
========