Changes between Version 6 and Version 7 of TipsTricks
- Timestamp:
- 2011-05-17T21:03:04Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipsTricks
v6 v7 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}}}