From 7c3e656a9a336d6bf00c36f17eee87c9a8fd3896 Mon Sep 17 00:00:00 2001 From: Seth Schoen Date: Fri, 1 Jun 2012 23:57:32 -0700 Subject: [PATCH] note dependency on redis --- webserver/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webserver/README b/webserver/README index d322bc518..48bdfbeec 100644 --- a/webserver/README +++ b/webserver/README @@ -5,7 +5,8 @@ automatically obtain their certs Set CHOCOLATESERVER environment variable for "make deploy" and client.py! -chocolate.py - server-side, requires web.py (python-webpy), PyCrypto (python-crypto) +chocolate.py - server-side, requires web.py (python-webpy), + PyCrypto (python-crypto), redis, python-redis probably wants to run under a web server like lighttpd with fastcgi client.py - experimental tool for making requests and parsing replies