ZeroMQ
Status: Just notes so far
Last changed: Saturday 2015-01-10 18:32 UTC
Abstract:
writeme
|
Table of Contents
|
Install/Configure
install ZeroMQ
- aptitude install uuid-dev build-essential libtool automake autoconf; needed to run autogen.sh
- http://www.zeromq.org/intro:get-the-software
- ./autogen.sh
- for version run version.sh
- ./configure —prefix=/home/sa/0/libzmq3.1.0
- make; make install
- ldconfig
PyZMQ
build pyzmq
- cd pip/build; git clone https://github.com/zeromq/pyzmq.git
- cd pyzmq; python setup.py build_ext —zmq=/home/sa/0/libzmq3.1.0 —rpath=/home/sa/0/libzmq3.1.0/lib —inplace
- python setupegg.py develop
- python setup.py test
Projects
ZeroMQ-based and/or involving Projects...
Salt
Mongrel2
- django-dmq|uwsgi|wsgi, mongrel2
- aptitude install libsqlite3-dev uuid-dev
- pip install uwsgi
- mongrel2 needs to be installed manually
|