]> Sergey Matveev's repositories - public-inbox.git/blob - INSTALL
dd85d5e0a04474ff485c882efa24c29db1fba0e8
[public-inbox.git] / INSTALL
1 Note: this still needs to be documented better,
2 also see the scripts/ and sa_config/ directories in the source tree
3
4 standard MakeMaker installation (Perl)
5 --------------------------------------
6
7         perl Makefile.PL
8         make
9         make test
10         make install # root permissions may be needed
11
12 Requirements (MUA client)
13 -------------------------
14 * git
15 * ssoma - http://ssoma.public-inbox.org/README
16 * Perl and several modules:
17     - Email::LocalDelivery
18     - Email::Filter
19     - Email::Simple
20     - Digest::SHA
21
22 Requirements (server MDA)
23 -------------------------
24 * git
25 * SpamAssassin (spamc/spamd)
26 * MTA - postfix is recommended
27 * ssoma - http://ssoma.public-inbox.org/README
28 * Perl and several modules:
29     - Email::Simple
30     - File::FcntlLock
31     - Digest::SHA
32
33 Copyright
34 ---------
35 Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.
36 License: AGPLv3 or later <http://www.gnu.org/licenses/agpl-3.0.txt>