commit 0a4930dc607788d96c37d032d13bb80aebb8ad6e Author: Ximin Luo infinity0@gmx.com Date: Mon Nov 18 13:49:04 2013 +0000
need to install a webserver for auto-detection of cgibindir --- facilitator/INSTALL | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/facilitator/INSTALL b/facilitator/INSTALL index 8e66a81..6325e53 100644 --- a/facilitator/INSTALL +++ b/facilitator/INSTALL @@ -2,6 +2,10 @@ Install the dependencies.
$ apt-get install make openssl python-m2crypto $ apt-get install automake autoconf # if running from git + $ apt-get install apache2 + +You may use a different webserver, but currently we only provide an apache2 site +config example, so you will need to adapt this to the correct syntax.
Configure and install.
tor-commits@lists.torproject.org