5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-19 00:59:35 +00:00
Yggdrasil network map
Go to file
2014-06-04 21:41:33 +03:00
scripts Validate received graph format 2014-06-04 21:41:33 +03:00
web Validate received graph format 2014-06-04 21:41:33 +03:00
.gitignore Pushing nodes to a database and generating graph from it 2014-05-30 17:34:00 +03:00
LICENSE Added a license and a readme 2014-03-30 17:43:14 +03:00
README.md Rename to fc00.org 2014-03-30 17:50:35 +03:00

fc00.org

Source code for http://fc00.org (http://www.fc00.org for clearnet)

Web server

git clone git@github.com:Randati/fc00.org.git
sudo apt-get install python-flask python-flup

cd web
cp lighttp.example.conf lighttp.conf
nano lighttp.conf
sudo sh -c "echo 'include \"/path/to/fc00.org/web/lighttp.conf\"' >> /etc/lighttpd/lighttpd.conf"

Mapper

git clone git@github.com:Randati/fc00.org.git
sudo apt-get install python-pygraphviz python-httplib2

cd mapper
cp conf_sh.example.py conf_sh.py
nano conf_sh.py

./start-mappers.sh
./makeGraph.py && scp graph.json user@www.fc00.org:/path/to/fc00.org/web/static/graph.json