-
Install ØMQ library:
-
Install Python ØMQ bindings:
$ pip install pyzmq
-
Install Julia ØMQ bindings:
$ julia julia> Pkg.add("ZMQ") julia> Pkg.add("Logging") # required for example only
-
Install R ØMQ bindings:
$ R > install.packages("rzmq") > install.packages(c("logging", "rjson")) # required for example only
-
Install supervisord:
$ pip install supervisord
-
Clone this repository.
-
Start
supervisord
using the provided configuration:$ supervisord -c zmq-example/supervisord.conf
-
Connect to the supervisor management page
-
Tail the processes to see the log output.
-
When finished, shutdown
supervisord
usingsupervisorctl
:$ supervisorctl shutdown