diff --git a/README.md b/README.md index 0cacc9f..1953cfa 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/web/lighttp.example.conf b/web/lighttp.example.conf index 97dd2e9..7c5c941 100644 --- a/web/lighttp.example.conf +++ b/web/lighttp.example.conf @@ -6,14 +6,14 @@ server.modules += ( fastcgi.server += ("/fc00.fcgi" => (( "socket" => "/tmp/fc00-fcgi.sock", - "bin-path" => "/path/to/fc00/web/fc00.fcgi", + "bin-path" => "/path/to/fc00.org/web/fc00.fcgi", "check-local" => "disable", "max-procs" => 1 )) ) alias.url += ( - "/static/" => "/path/to/fc00/web/static/" + "/static/" => "/path/to/fc00.org/web/static/" ) url.rewrite-once += (