Skip to content

mstolbov/zeromq-cookbook

 
 

Repository files navigation

ZeroMQ cookbook Build Status

Description

Installs ZeroMQ on your platform.

Requirements

Platform

The following platforms have been tested with this cookbook, meaning that the recipes run on these platforms without error:

  • ubuntu (10.04/11.04/12.04/13.04/14.04)
  • debian (6.0)
  • centos (5.10/6.5)

Please [report][issues] any additional platforms so they can be added.

Cookbooks

This cookbook depends on the following external cookbooks:

  • build-essential
  • ark

Attributes

All attributes are named under the zeromq keyspace. The attributes specified in the cookbook are used to setup the default config file.

  • node[:zeromq][:src_version] - version of zeromq to install
  • node[:zeromq][:src_checksum] - checksum of zeromq source file
  • node[:zeromq][:install_dir] - location to install zeromq to
  • node[:zeromq][:src_mirror] - full URL to download the source from

Recipes

default

Downloads ZeroMQ from src mirror and installs it.

TODO

  • add support for Windows (when someone request for it)

Maintainers

Original author and license

Author:: Thomas Rampelberg (thomas@saunter.org)

Copyright 2011, Thomas Rampelberg

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A chef cookbook to install zeromq

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%