Skip to content

Instantly share code, notes, and snippets.

@ryansb
Created April 19, 2013 18:29
Show Gist options
  • Save ryansb/5422244 to your computer and use it in GitHub Desktop.
Save ryansb/5422244 to your computer and use it in GitHub Desktop.
Quick instructions for installing CJDNS on RHEL derivatives
yum install gcc gcc-g++ make git
cd /opt
git clone git://github.com/cjdelisle/cjdns.git
cd cjdns
./do
./cjdroute --genconf > /etc/cjdroute.conf
curl https://gist.github.com/ryansb/5422219/raw/4f8c788ce6d608e6e9539238ec8b39b6e13e4de2/cjdns > /etc/init.d/cjdns
go get github.com/ryansb/cjdcmd
cjdcmd cjdnsadmin -file="/etc/cjdroute.conf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment