Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/doc/building-ubuntu16.10.md

17 lines
445 B
Markdown
Raw Normal View History

2016-10-27 12:06:57 +05:00
Install the initial dependencies:
2016-10-27 11:59:36 +05:00
2017-08-26 21:40:27 +05:00
# apt-get -y --no-install-recommends install imagemagick sox git ca-certificates \
ffmpeg build-essential tcl8.5 postgresql postgresql-contrib golang-go
2017-04-04 18:01:43 +05:00
2016-10-27 11:59:36 +05:00
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
2017-04-04 18:01:43 +05:00
# make