From 6f18860408243db9d40b86d5c534cd9185fe73ef Mon Sep 17 00:00:00 2001 From: Vanhala Antti Date: Thu, 5 Jun 2014 00:32:11 +0300 Subject: [PATCH] Other config file needs to be edited too --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a26dae5..0357480 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ chmod +x sendGraph.py git clone git@github.com:Randati/fc00.org.git sudo apt-get install python-flask python-flup python-mysqldb -cd web +cd fc00.org/web + +cp web_config.example.cfg web_config.cfg +nano web_config.cfg + 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"