From 710ef02a78f57aa079dc41b1b7cf9b043f5b7c00 Mon Sep 17 00:00:00 2001 From: Vanhala Antti Date: Wed, 4 Jun 2014 22:20:36 +0300 Subject: [PATCH] Update readme --- README.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1953cfa..0c89e31 100644 --- a/README.md +++ b/README.md @@ -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 -```