diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-08 18:16:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-08 18:16:52 -0500 |
commit | 59964b0692ac2c25560eb6fdcf05d60e1c9bb6f2 (patch) | |
tree | 705a9fa36a4c465dda71cedd9ea389d7bcd018ff | |
parent | 8d0a1dba997da2c1b99e10223c2fe43d6d0cd98b (diff) | |
download | chutney-59964b0692ac2c25560eb6fdcf05d60e1c9bb6f2.tar chutney-59964b0692ac2c25560eb6fdcf05d60e1c9bb6f2.tar.gz |
Add a placeholder readme
-rw-r--r-- | README | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,31 @@ +This is chutney. It doesn't do much so far. It isn't ready for prime-time. + +If it breaks, you get to keep all the pieces. + +It is supposed to be a good tool for: + - Configuring a testing tor network + - Launching and monitoring a testing tor network + - Running tests on a testing tor network + +Right now it only sorta does the first two. + +You will need, at the moment: + Tor installed somewhere in your path. + Python 2.5 or later + +Stuff to try: + ./chutney configure networks/basic + ./chutney start networks/basic + ./chutney status networks/basic + ./chutney hup networks/basic + ./chutney stop networks/basic + +The configuration files: + networks/basic holds the configuration for the network you're configuring + above. It refers to some torrc template files in torrc_templates/. + +The working files: + chutney sticks its working files, including all data directories, log + files, etc, in ./net/. Each tor instance gets a subdirectory of net/nodes. + + |