]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
README: use 8123 instead of 8080/8443 as the example port numbers
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 24 Sep 2007 18:55:24 +0000 (11:55 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 24 Sep 2007 18:55:24 +0000 (11:55 -0700)
If people follow the example, I'd like for them to land on an otherwise
little-claimed port number in case we standardize on it in order to facilitate
exchange of URLs.

README

diff --git a/README b/README
index 52e40ab03eab49b241b470f1772b3c5aad9bd401..907b17c8f8053d6e2a75459883c1fd78a8b3cd09 100644 (file)
--- a/README
+++ b/README
@@ -294,15 +294,15 @@ RUNNING:
  the $HERE/logs/twistd.log file.
 
  To actually use the client, enable the web interface by writing a port
- number (like "8080") into a file named $HERE/webport and then restarting the
+ number (like "8123") into a file named $HERE/webport and then restarting the
  node with 'allmydata-tahoe restart --basedir $HERE'. This will prompt the
  client node to run a webserver on the desired port, through which you can
  view, upload, download, and delete files. This 'webport' file is actually a
  "strports specification", defined in
  http://twistedmatrix.com/documents/current/api/twisted.application.strports.html
  , so you can have it only listen on a local interface by writing
- "tcp:8080:interface=127.0.0.1" to this file, or make it use SSL by writing
- "ssl:8443:privateKey=mykey.pem:certKey=cert.pem" instead.
+ "tcp:8123:interface=127.0.0.1" to this file, or make it use SSL by writing
+ "ssl:8123:privateKey=mykey.pem:certKey=cert.pem" instead.
 
  A client node directory can also be created without installing the code
  first.  Just use 'make create-client', and a new directory named 'CLIENTDIR'