Changes between Version 4 and Version 5 of TipsTricks
- Timestamp:
- 2011-01-06T23:58:53Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipsTricks
v4 v5 24 24 25 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". 26 27 === Creating binary egg for pycrypto === 28 29 Juste add this line to setup.py: {{{from setuptools import setup, Extension}}} 30 31 and run: {{{python setup.py bdist_egg}}}