Archived
1
0

Create building-ubuntu16.10

This commit is contained in:
wzeth 2016-10-27 02:59:36 -04:00 committed by GitHub
parent 2caf487c72
commit 37119a249e

16
doc/building-ubuntu16.10 Normal file
View File

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