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

python-mysqldb is needed

This commit is contained in:
Vanhala Antti 2014-06-05 00:26:30 +03:00
parent 710ef02a78
commit faa9bbbc92

View File

@ -15,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:Randati/fc00.org.git
sudo apt-get install python-flask python-flup sudo apt-get install python-flask python-flup python-mysqldb
cd web cd web
cp lighttp.example.conf lighttp.conf cp lighttp.example.conf lighttp.conf