From 94da0f811fb1df8a70da484603213f5cb5e28af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sun, 26 Jul 2015 22:11:12 +0200 Subject: [PATCH 1/3] update addresses in README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2bb65b..5868437 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # fc00.org -Source code for http://fc00.org (http://www.fc00.org for clearnet) +Source code for http://fc00.atomshare.net (http://h.fc00.atomshare.net for Hyperboria). ## Sending your view of the network + ```bash -wget https://raw.githubusercontent.com/Randati/fc00.org/master/scripts/sendGraph.py +wget https://raw.githubusercontent.com/zielmicha/fc00.org/master/scripts/sendGraph.py nano sendGraph.py chmod +x sendGraph.py @@ -14,7 +15,7 @@ chmod +x sendGraph.py ## Web server ```bash -git clone git@github.com:Randati/fc00.org.git +git clone git@github.com:zielmicha/fc00.org.git sudo apt-get install python-flask python-flup python-mysqldb cd fc00.org/web From 72127ded31f0991446d0b14de8e807a89e75acc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sun, 26 Jul 2015 22:16:07 +0200 Subject: [PATCH 2/3] update README --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5868437..bb16830 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fc00.org -Source code for http://fc00.atomshare.net (http://h.fc00.atomshare.net for Hyperboria). +Source code for http://fc00.atomshare.net (http://h.fc00.atomshare.net on Hyperboria). ## Sending your view of the network @@ -16,14 +16,10 @@ chmod +x sendGraph.py ## Web server ```bash git clone git@github.com:zielmicha/fc00.org.git -sudo apt-get install python-flask python-flup python-mysqldb +sudo apt-get install python-flask python-flup python-mysqldb python-pygraphviz cd fc00.org/web - -cp web_config.example.cfg web_config.cfg -nano web_config.cfg - -cp lighttp.example.conf lighttp.conf -nano lighttp.conf -echo 'include "/path/to/fc00.org/web/lighttp.conf"' | sudo tee -a /etc/lighttpd/lighttpd.conf" +python web.py ``` + +Run `web/updateGraph.py` periodically to rerender nodes graph. You may want to customize reverse-proxy IP retrieval logic in web.py. From b8dadeae6b503cd7f5b24adb156a67088841ecbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sun, 26 Jul 2015 22:19:00 +0200 Subject: [PATCH 3/3] update github URL in about.html --- web/templates/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/about.html b/web/templates/about.html index 69eb7fb..a51234c 100644 --- a/web/templates/about.html +++ b/web/templates/about.html @@ -4,7 +4,7 @@

About fc00

-

fc00 is a project that aims to demystify what Hyperboria network is like. Currently the only thing we have here is a map of the network. The full source code is at GitHub.

+

fc00 is a project that aims to demystify what Hyperboria network is like. Currently the only thing we have here is a map of the network. The full source code is at GitHub.


Network map