ubuntu-16.04.md 459 B

Installing cjdns on Ubuntu 16.04

This is a short guide how to setup an Ubuntu cjdns box.

Install packages

apt-get install nodejs make gcc git python

Clone, compile, install

cd /opt
git clone https://github.com/cjdelisle/cjdns.git
cd cjdns
./do
ln -s /opt/cjdns/cjdroute /usr/bin
(umask 077 && ./cjdroute --genconf > /etc/cjdroute.conf)
cp contrib/systemd/cjdns.service /etc/systemd/system/
systemctl enable cjdns
systemctl start cjdns