Created
April 19, 2013 18:29
-
-
Save ryansb/5422244 to your computer and use it in GitHub Desktop.
Quick instructions for installing CJDNS on RHEL derivatives
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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