diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-22 04:33:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-22 04:33:11 +0000 |
commit | f84cdb9005317d12453395bf98c24626a918456a (patch) | |
tree | d66094e03157bba399d9e6e3613ae7e32d5f5c02 | |
parent | 1bf10257dad2a9070e2d408b2285922422b39e44 (diff) | |
download | tor-f84cdb9005317d12453395bf98c24626a918456a.tar tor-f84cdb9005317d12453395bf98c24626a918456a.tar.gz |
force the admin to mkdir the datadirectory himself,
so he gets the permissions right.
also this means clients will never need to make the datadirectory.
also remind the admin to fix his clock before setting up his node.
svn:r650
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | README | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 47ddde068..3926fc794 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,5 +5,5 @@ DIST_SUBDIRS = src doc EXTRA_DIST = LICENSE -install-data-local: - $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor +#install-data-local: +# $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor @@ -17,10 +17,13 @@ doesn't work for you. Do you want to run a tor server? - First, move sample-server-torrc onto torrc, and edit it. Then run tor - to generate keys. One of the generated files is your 'fingerprint' file. - Mail it to arma@mit.edu. Remember that you won't be able to authenticate - to the other tor nodes until I've added you to the directory. + First, move sample-server-torrc onto torrc, and edit it. Create the + DataDirectory, and make sure it's owned by whoever will be running + tor. Fix your system clock so it's not too far off. Then run tor + to generate keys. One of the generated files is your 'fingerprint' + file. Mail it to arma@mit.edu. Remember that you won't be able to + authenticate to the other tor nodes until I've added you to the + directory. Configuring tsocks: |