From df08ad87b02f43f5bc10209d61d26ccb05103d48 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Fri, 2 Dec 2011 01:53:18 -0500 Subject: [PATCH] Added install instruction file. --- INSTALL | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..bf43d15 --- /dev/null +++ b/INSTALL @@ -0,0 +1,15 @@ +Install Instructions + +The server depends on the following non-core Perl modules: + +Net::Server +Date::Calc + +It also depends on the provided Net::Server::NNTP module, +and a storage module which subclasses Net::Server::NNTP. +A postgres storage module, Net::Server::NNTP::Postgres +is provided, and requires postgres to be installed and working, +though it doesn't need to be a local install. Only Postgres 9.1 +has been tested but it should currently work with at least 8.4. I won't +make any effort to maintain compatibility with versions +of postgres earlier than 9.1. -- 2.40.0