From 4ab24625faec9854d6fddbb37948b690c6c619da Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 5 Jun 2016 13:25:33 +0200 Subject: [PATCH] Update building.md --- doc/building.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/building.md b/doc/building.md index 1c7797a..91b6334 100644 --- a/doc/building.md +++ b/doc/building.md @@ -33,6 +33,20 @@ Install the Go programming language version _1.6_ from the [Go website](https:// sudo apt-get update sudo apt-get --no-install-recommends install imagemagick libsodium-dev ffmpeg sox build-essential git ca-certificates +###Installing Redis + +Run this to install Redis - if you want to use Redis. + + su + apt-get install redis-server + +###Installing Postgres (WIP) + +Run this to install Postgres - if you want to use Postgres. + + su + apt-get install Postgres + ###Get the NNTPChan source git clone https://github.com/majestrate/nntpchan --depth=1