[Imported from Trac: page TipsTricks, version 4]

drewp 2010-12-17 09:34:40 +00:00
parent f97d78be72
commit 4aa432838a

@ -1,4 +1,3 @@
## Tahoe Tips & Tricks ## Tahoe Tips & Tricks
### Back caps/URIs up ### Back caps/URIs up
@ -19,4 +18,8 @@ Support for Tahoe's FTP server has been merged into Bzr's mainline ([#294709](ht
### Perforce backend storage ### Perforce backend storage
[Instructions](http://allmydata.org/pipermail/tahoe-dev/2009-June/002105.html) [Instructions](http://allmydata.org/pipermail/tahoe-dev/2009-June/002105.html)
### Running with supervisord
The only trick with [supervisord](http://supervisord.org) 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".