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

update addresses in README

This commit is contained in:
Michał Zieliński 2015-07-26 22:11:12 +02:00
parent 5ae90eeae3
commit 94da0f811f

View File

@ -1,10 +1,11 @@
# fc00.org # 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 ## Sending your view of the network
```bash ```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 nano sendGraph.py
chmod +x sendGraph.py chmod +x sendGraph.py
@ -14,7 +15,7 @@ chmod +x sendGraph.py
## Web server ## Web server
```bash ```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 sudo apt-get install python-flask python-flup python-mysqldb
cd fc00.org/web cd fc00.org/web