/tns

tns is a name server based on TWORK, and Ongoing

Primary LanguagePythonApache License 2.0Apache-2.0

tns

tns is a name server based on twork

Environment

Requirements

The following libraries are required

Usage & Debug

  • source $VIRTUALENV/bin/activate
  • cd $TORNADO_PATH && python setup.py install
  • cd $PYUTIL_PATH && python setup.py install
  • python tns/bin/tnsd.py -bind_ip=localhost -port=8000
  • or tnsd -bind_ip=localhost -port=8000

Deploy

  • 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/tns-VERSION-PYTHON.egg

Supervisor

Case

Issues

Please report any issues via github issues