mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-08-16 06:27:07 +00:00
Rename to fc00.org
This commit is contained in:
@@ -5,19 +5,19 @@ Source code for http://fc00.org (http://www.fc00.org for clearnet)
|
||||
|
||||
## Web server
|
||||
```bash
|
||||
git clone git@github.com:Randati/fc00.git
|
||||
git clone git@github.com:Randati/fc00.org.git
|
||||
sudo apt-get install python-flask python-flup
|
||||
|
||||
cd web
|
||||
cp lighttp.example.conf lighttp.conf
|
||||
nano lighttp.conf
|
||||
sudo sh -c "echo 'include \"/path/to/fc00/web/lighttp.conf\"' >> /etc/lighttpd/lighttpd.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.git
|
||||
git clone git@github.com:Randati/fc00.org.git
|
||||
sudo apt-get install python-pygraphviz python-httplib2
|
||||
|
||||
cd mapper
|
||||
@@ -25,5 +25,5 @@ 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/web/static/graph.json
|
||||
./makeGraph.py && scp graph.json user@www.fc00.org:/path/to/fc00.org/web/static/graph.json
|
||||
```
|
||||
|
Reference in New Issue
Block a user