mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-22 07:00:28 +00:00
update README
This commit is contained in:
parent
94da0f811f
commit
72127ded31
14
README.md
14
README.md
@ -1,6 +1,6 @@
|
|||||||
# fc00.org
|
# 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
|
## Sending your view of the network
|
||||||
|
|
||||||
@ -16,14 +16,10 @@ chmod +x sendGraph.py
|
|||||||
## Web server
|
## Web server
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:zielmicha/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 python-pygraphviz
|
||||||
|
|
||||||
cd fc00.org/web
|
cd fc00.org/web
|
||||||
|
python web.py
|
||||||
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"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Run `web/updateGraph.py` periodically to rerender nodes graph. You may want to customize reverse-proxy IP retrieval logic in web.py.
|
||||||
|
Loading…
Reference in New Issue
Block a user