From 37119a249e1b7bedd63dd062c7068b53441d03b9 Mon Sep 17 00:00:00 2001 From: wzeth Date: Thu, 27 Oct 2016 02:59:36 -0400 Subject: [PATCH] Create building-ubuntu16.10 --- doc/building-ubuntu16.10 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/building-ubuntu16.10 diff --git a/doc/building-ubuntu16.10 b/doc/building-ubuntu16.10 new file mode 100644 index 0000000..a12710c --- /dev/null +++ b/doc/building-ubuntu16.10 @@ -0,0 +1,16 @@ +Install the initial depencies: + + # apt-get -y --no-install-recommends install imagemagick libsodium-dev sox git ca-certificates \ + libav-tools build-essential tcl8.5 postgresql postgresql-contrib golang-go + +Configure PostgreSQL: + + # su - postgres -c "createuser --pwprompt --encrypted srnd" + # su - postgres -c "createdb srnd" + +Install nntpchan: + + # cd /opt + # git clone https://github.com/majestrate/nntpchan.git + # cd nntpchan + # ./build.sh