Files
nntpchan/doc/build.md
T
Tristan B. Kildaire 27eae6750c Update build.md
2016-06-04 17:18:03 +02:00

981 B

Building the NNTPChan server

This document will help you setup the NNTPChan server fsource code.rom the

##Requirements

NNTPChan can run on the following operating systems:

  • Linux
  • FreeBSD

Dependancies:

  • libsodium 1.0 or higher
  • imagemagick
  • ffmpeg
  • sox
  • go 1.6 or higher with redis driver
  • go 1.3 or higher without redis driver

debian

Get go 1.6 from here for your platform

Get the dependancies

sudo apt-get update
sudo apt-get --no-install-recommends install imagemagick libsodium-dev ffmpeg sox build-essential git ca-certificates

Check out the repo and build it

git clone https://github.com/majestrate/nntpchan
cd nntpchan
./build.sh

If you want to build without supporting redis then build with the --no-redis flag

./build.sh --no-redis

To run eiter run ./srndv2 setup and browse to http://127.0.0.1:18000 or configure by hand