5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-19 00:59:35 +00:00

Update readme

This commit is contained in:
Vanhala Antti 2014-06-04 22:20:36 +03:00
parent ddb2a681e4
commit 710ef02a78

View File

@ -2,6 +2,15 @@
Source code for http://fc00.org (http://www.fc00.org for clearnet)
## Sending your view of the network
```bash
wget https://raw.githubusercontent.com/Randati/fc00.org/master/scripts/sendGraph.py
nano sendGraph.py
chmod +x sendGraph.py
# Run this every 5-60 minutes
./sendGraph.py
```
## Web server
```bash
@ -13,17 +22,3 @@ 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
```bash
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
```