]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
README: update on how to test and how to run tahoe after installation
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 21 Sep 2007 20:57:25 +0000 (13:57 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 21 Sep 2007 20:57:25 +0000 (13:57 -0700)
README

diff --git a/README b/README
index 44daab74806c7a1cbc6ffb0409f97de4dad696f9..e01eb0616d28ccc9b3297dde2e2ca6938c8d0ef0 100644 (file)
--- a/README
+++ b/README
@@ -237,14 +237,26 @@ TESTING THAT IT IS PROPERLY INSTALLED
 
  'make test' runs the unit test suites.  (This can take a long time on
  slow computers.  There are a lot of tests and some of them do a lot of
- public-key cryptography.)
+ public-key cryptography.)  If all tests pass, then you have all the
+ dependencies installed, either because they are installed into your system
+ or because they are installed into a local subdirectory because you ran
+ "make build-deps" (see "The Running-In-Place Way", above).
+
+ Executing the allmydata-tahoe script from the "bin" subdirectory will work
+ only if Tahoe itself is installed, either because it is installed into the
+ local subdirectory (as per "The Running-In-Place Way") or because it is
+ installed into your system (as per the other three ways of installing).
 
 
 RUNNING:
 
- If you installed one of the debian packages constructed by "make deb-*", or
- installed "The Python Way", then it creates an 'allmydata-tahoe' executable,
- usually in /usr/bin . Else, you can find allmydata-tahoe in ./instdir/bin/ .
+ Run the "allmydata-tahoe" executable.
+
+ If you installed "The Running-In-Place Way", then it is in your source tree,
+ in the "bin" subdirectory thereof.  If you installed in one of the other
+ tree ways, then it has been copied into your operating system's files,
+ perhaps in "/usr/bin" on Unix, or in "C:\Python25\Scripts" on Window.
+
  This tool is used to create, start, and stop nodes.  Each node lives in a
  separate base directory, inside of which you can add files to configure and
  control the node.  Nodes also read and write files within that directory.