]> pd.if.org Git - newsd/commitdiff
Added install instruction file.
authorNathan Wagner <nw@hydaspes.if.org>
Fri, 2 Dec 2011 06:53:18 +0000 (01:53 -0500)
committerNathan Wagner <nw@hydaspes.if.org>
Fri, 2 Dec 2011 06:53:18 +0000 (01:53 -0500)
INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
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.