Menu

Tree [ac079f] master /
 History

HTTPS access


File Date Author Commit
 doc unknown
 hashcash 2014-01-25 Peter Simons Peter Simons [64ea8a] Fix build errors with recent versions of gnulib.
 .gitignore unknown
 .gitmodules unknown
 .prev-version unknown
 AUTHORS unknown
 COPYING unknown
 Makefile.am unknown
 NEWS unknown
 README 2002-02-09 Peter Simons Peter Simons [f82173] And more things to do.
 accept-confirmation.cpp 2017-05-20 Peter Levine Peter Levine [ac079f] Wrap system_error in Mapson namespace
 address-db.cpp 2017-05-20 Peter Levine Peter Levine [ac079f] Wrap system_error in Mapson namespace
 bootstrap.sh unknown
 cfg.mk unknown
 config.cpp 2017-05-20 Peter Levine Peter Levine [ac079f] Wrap system_error in Mapson namespace
 configure.ac 2003-05-27 Peter Simons Peter Simons [0f9967] Default sysconfdir is /etc/mapson now.
 deliver.cpp 2017-05-20 Peter Levine Peter Levine [ac079f] Wrap system_error in Mapson namespace
 extract-addresses.cpp unknown
 lines2regex.cpp 2017-05-20 Peter Levine Peter Levine [ac079f] Wrap system_error in Mapson namespace
 log.cpp 2017-05-20 Peter Levine Peter Levine [ac079f] Wrap system_error in Mapson namespace
 mapson.cpp 2017-05-20 Peter Levine Peter Levine [ac079f] Wrap system_error in Mapson namespace
 mapson.hpp 2014-01-25 Peter Simons Peter Simons [64ea8a] Fix build errors with recent versions of gnulib.
 multi-open.cpp unknown
 parse-config-file.cpp 2017-05-20 Peter Levine Peter Levine [ac079f] Wrap system_error in Mapson namespace
 parse-config-file.hpp unknown
 regexp.hpp unknown
 request-confirmation.cpp 2017-05-20 Peter Levine Peter Levine [ac079f] Wrap system_error in Mapson namespace
 rfc822-lexer.cpp unknown
 rfc822-parser.cpp unknown
 rfc822.hpp unknown
 sample-challenge-template unknown
 sample-config unknown
 spool.cpp 2017-05-20 Peter Levine Peter Levine [ac079f] Wrap system_error in Mapson namespace
 system-error.hpp 2017-05-20 Peter Levine Peter Levine [ac079f] Wrap system_error in Mapson namespace

Read Me

                                   mapSoN 3.x

mapSoN should compile on any Unix system with a moderately up-to-date C++
compiler. GNU gcc 3.x or later will work just fine. Just do the usual Autoconf
routine:

    ./configure --prefix=/usr/local/mapson
    make all
    make check
    make install-strip

With that part out of the way, go to /usr/local/mapson/etc, rename the file
"sample-config" to "config", and customize to your system. This is a side-wide
configuration file! Users may override all settings by creating a configuration
file of their own in "$HOME/.mapson/config".

Now go to /usr/local/mapson/share and rename the file sample-challenge-template
to challenge-template. Again, you might want to customize it to your preferred
wording, language etc. This is a site-wide file, too. Users can override it by
changing the path in their local configuration file or by creating
"$HOME/.mapson/challenge-template".

Further details on how to configure mapSoN (and how to activate it) can be found
in the user manual at "doc/mapson.html".
MongoDB Logo MongoDB