From 722aaab568be79318daa8f7f8a149566dddd4d0a Mon Sep 17 00:00:00 2001 From: Seth Schoen Date: Fri, 13 Jul 2012 16:03:21 -0700 Subject: [PATCH] update description of dependencies and deployment --- server-ca/README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/server-ca/README b/server-ca/README index 57b0adf0a..cee6e697a 100644 --- a/server-ca/README +++ b/server-ca/README @@ -1,12 +1,17 @@ In this directory is a reference CA implementation of the Chocolate protocol, DV and signing mechanism. -Set CHOCOLATESERVER environment variable for "make deploy"! +Instead of using "make deploy", we're currently using git pull to deploy this. +This requires restarting lighttpd on the server and ensuring that Redis and +a copy of daemon.py are running there. If the .proto definition has +changed, it also needs to be recompiled on both the server and the client. + chocolate.py - server-side, requires web.py (python-webpy), PyCrypto (python-crypto) 2.3 (not 2.1!!), redis, python-redis, - python-protobuf, python-nss + python-protobuf, "M3Crypto" (from our own tree) (hence also + build-essential, python-dev, and swig) probably wants to run under a web server like lighttpd with fastcgi