ssoma-mda: Use the email subject as the commit message
[ssoma-mda.git] / INSTALL
1 ssoma (client-side) installation
2 --------------------------------
3 This is for users who wish to follow archives hosted on public-inbox.
4 We only use commonly-available Perl modules available on Debian-based
5 distributions (and not necessarily modern ones!)
6
7 If you have problems or comments on installation, please send a
8 plain-text email to: meta@public-inbox.org
9
10 downloading
11 -----------
12 ssoma is available via git and tarballs.
13 The latest tarball release is available here:
14
15         http://ssoma.public-inbox.org/files/ssoma-0.1.0.tar.gz
16
17 You may also clone using git:
18
19         git clone git://80x24.org/ssoma
20
21 standard MakeMaker installation (Perl)
22 --------------------------------------
23
24         perl Makefile.PL
25         make
26         make test
27         make install # root permissions may be needed
28
29 Requirements
30 ------------
31 All packages should be easily available in Debian GNU/Linux and derived
32 distros.   Debian package names for Perl modules are are listed for
33 convenience.
34
35 * git (https://git-scm.com/)
36 * any MUA capable of reading/importing IMAP, mbox(5) or Maildir
37 * Perl and several modules:     (Debian package name (7.0))
38   - Digest::SHA                 perl
39   - Email::LocalDelivery        libemail-localdelivery-perl
40   - Email::Simple               libemail-simple-perl
41   - File::Path::Expand          libfile-path-expand-perl
42   - Net::IMAP::Simple           libnet-imap-simple-perl
43
44 Copyright
45 ---------
46 Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.
47 License: AGPLv3 or later <http://www.gnu.org/licenses/agpl-3.0.txt>