commit 82d011fb4b7a2e29f45d76220842551d1d3a5f6f Author: David Fifield david@bamsoftware.com Date: Mon Sep 5 02:10:22 2011 -0400
Add instructions for installing the init.d scripts to README. --- README | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/README b/README index c5ab4cf..18f9934 100644 --- a/README +++ b/README @@ -90,6 +90,25 @@ try deleting the files in ~/.tor or /var/lib/tor. You will be able to see byte counts flowing in the browser window, and eventually be able to build a circuit.
+== Installing so as to restart at boot + +The directory init.d contains scripts to start the facilitator and +crossdomaind server on CentOS. "make install" copies files to /usr/local/bin. + + # make install + # useradd -d /dev/null -s /bin/false flashproxy + # mkdir /var/flashproxy + # chown -R flashproxy.flashproxy /var/flashproxy/ + + # cp init.d/facilitator /etc/init.d/facilitator + -- Edit /etc/init.d/facilitator to set $RELAY. + # chkconfig --add facilitator + # service facilitator start + + # cp init.d/crossdomaind /etc/init.d/crossdomaind + # chkconfig --add crossdomaind + # service crossdomaind start + == Building the Cumulus RTMFP server
There is a free RTMFP rendezvous server called Cumulus. It is a
tor-commits@lists.torproject.org