Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

python-setuptools gives us easy-install which we use for installing some stuff not packaged in Debian packages:

Code Block
# easy_install orbited
# easy_install stompservice

Get a 3.x version of stomp.py from http://code.google.com/p/stomppy/Image Removed and install:

...