Changes between Version 3 and Version 4 of TipsTricks
- Timestamp:
- 2010-12-17T09:34:40Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipsTricks
v3 v4 1 2 1 == Tahoe Tips & Tricks == 3 2 … … 21 20 22 21 [http://allmydata.org/pipermail/tahoe-dev/2009-June/002105.html Instructions] 22 23 === Running with supervisord === 24 25 The only trick with [http://supervisord.org supervisord] is to make tahoe run as a single foreground process so it can be watched and killed correctly. Use a command like "bin/tahoe run -C /path/to/tahoe/home".