From a415b5d7ee0070ad983958d80b3a9c30de99c8d0 Mon Sep 17 00:00:00 2001 From: no Date: Tue, 4 Aug 2015 09:48:29 -0400 Subject: [PATCH] initial --- .gitignore | 17 +++++++++++++++++ README.md | 23 +++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a9b369 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# +# .gitignore for nntpchan repo +# + +# emacs temp files +*~ +\#* +.\#* + +# srnd config files +*.ini + +# default article store directory +articles + +# generated files +webroot \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e37f5e --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# nntpchan # + +## requirements ## + +* linux or freebsd +* go 1.4 or higher +* libsodium 1.0 or higher +* imagemagick +* postgresql + +## setting up ## + +### debian jessie/wheezy ### + +Debian doesn't has go 1.3, we need 1.4 or higher to build the nntpchan daemon. + +If you don't want to compile from source download a precompiled binary [here](#) + +## building the daemon ## + +after you have satisfied the dependancies, run: + + go install github.com/majestrate/srndv2