Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
wes edited this page Sep 29, 2018 · 11 revisions

Getting Started

Checkout the Ansible example

$ wget -nv http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-draft/xUbuntu_16.04/Release.key -O Release.key
$ apt-key add - < Release.key

$ echo 'deb http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-draft/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/zeromq.list

$ apt-get update
$ apt-get install -y aptitude python-pip python-dev git htop virtualenvwrapper python2.7 python-virtualenv cython git \
    build-essential libtool pkg-config autotools-dev autoconf automake cmake libpcre3-dev valgrind libffi-dev zip \
    uuid-dev libzyre-dev

$ pip install cython>=0.2
$ pip install pyzyre
# for some reason pyzmq requires re-install, needs to be fixed
$ pip install pyzmq --no-binary pyzyre
Clone this wiki locally