From 77f62a1cd5eacaefc7c690c9fa70dec35aae4e2c Mon Sep 17 00:00:00 2001 From: robk-tahoe Date: Fri, 4 Jan 2008 17:34:15 -0700 Subject: [PATCH] quick hacks to make install-details.html viewable as html --- docs/install-details.html | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/docs/install-details.html b/docs/install-details.html index 8542da53..d8a00672 100644 --- a/docs/install-details.html +++ b/docs/install-details.html @@ -1,3 +1,15 @@ + + + + Tahoe Install Details + + + + + + + +
 DEPENDENCIES:
 
 If you aren't getting a pre-compiled binary, then you'll have to ensure that
@@ -258,19 +270,23 @@ RUNNING:
  There is a public grid available for testing. The necessary .furl files are
  in docs/testgrid/*.furl . More information is available on
  http://allmydata.org/trac/tahoe/wiki/TestGrid .
+
- +

The code is retrievable using the darcs revision control tool by running the following command: +

 darcs get http://allmydata.org/source/tahoe/trunk tahoe
 
+

This will create a directory named

tahoe
in the current working directory and put a copy of the latest source code into it. Later, if you want to get any new changes, then cd into that directory and run the command
darcs pull
. +

@@ -282,6 +298,7 @@ the command
darcs pull
. Solaris
/usr/bin
(XXX double-check this)
+
 EASY_INSTALLABLE DEPENDENCIES
 
 The following Python packages are required, but normally they are
@@ -293,7 +310,7 @@ automatically installed as a side-effect of installing Tahoe.
 
    The Tahoe install process will automatically download and install
    setuptools if it is not present.  However, if an old, incompatible version
-   of setuptools is present (< v0.6c6 on Cygwin, or < v0.6a9 on other
+   of setuptools is present (< v0.6c6 on Cygwin, or < v0.6a9 on other
    platforms), then the install will fail.
 
    If the install fails due to your current version of setuptools being
@@ -356,4 +373,6 @@ create a file named $HERE/advertised_ip_addresses, in which you can
 put IP addresses and port numbers in "dotted-quad:port" form,
 e.g. "209.97.232.113:1345".  You can put multiple
 IP-address-and-port-number entries into this file, on separate lines.
-
+
+ + -- 2.45.2