commit a415b5d7ee0070ad983958d80b3a9c30de99c8d0 Author: no Date: Tue Aug 4 09:48:29 2015 -0400 initial 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