Archived
1
0
This commit is contained in:
no 2015-08-04 09:48:29 -04:00
commit a415b5d7ee
2 changed files with 40 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
#
# .gitignore for nntpchan repo
#
# emacs temp files
*~
\#*
.\#*
# srnd config files
*.ini
# default article store directory
articles
# generated files
webroot

23
README.md Normal file
View File

@ -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