From: Nathan Wagner Date: Fri, 2 Dec 2011 06:53:18 +0000 (-0500) Subject: Added install instruction file. X-Git-Url: https://pd.if.org/git/?p=newsd;a=commitdiff_plain;h=df08ad87b02f43f5bc10209d61d26ccb05103d48 Added install instruction file. --- 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.