summaryrefslogtreecommitdiffstats
path: root/README.rst
blob: bb6c0b49691595800d4c06f17cd2b40a1891abc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
===================================
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
============

Hyperkitty dependencies
-----------------------
* Django==1.4 
* URLObject==2.0.2 
* django-gravatar==0.1.0
* django-social-auth==0.7.0
* djangorestframework==0.3.3
* httplib2==0.7.4
* oauth2==1.5.211
* psycopg2==2.4.5
* python-openid==2.2.5
* wsgiref==0.1.2


kittystore dependencies
-----------------------
* SQLAlchemy==0.7.8



License 
========

.. _GPL v3.0: http://www.gnu.org/licenses/gpl-3.0.html

HyperKitty is licensed under the `GPL v3.0`_