mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-09 16:00:27 +00:00
Update readme
This commit is contained in:
parent
ddb2a681e4
commit
710ef02a78
23
README.md
23
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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user