twork is a neTwork server framework based on tornado
The following libraries are required
- source $VIRTUALENV/bin/activate
- cd $TORNADO_PATH && python setup.py install
- cd $PYUTIL_PATH && python setup.py install
- python twork/bin/tworkd.py -bind_ip=localhost -port=8000
- or tworkd -bind_ip=localhost -port=8000
- source $VIRTUALENV/bin/activate
- cd $TORNADO_PATH && python setup.py install
- cd $PYUTIL_PATH && python setup.py install
- python setup.py build_py -O2 bdist_egg --exclude-source-files
- easy_install dist/twork-VERSION-PYTHON.egg
- supervisord
- conf-template
- command: python -OO $VIRTUALENV/bin/tworkd -config=$TWORK_CONFIG_PATH
- fork the specified project from twork and create the git repo
- python script/forkme.py
Please report any issues via github issues