Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

ziggrid (2) Versions 0.5.0

Installs/Configures Ziggrid and/or the Ziggrid Generator

Policyfile
Berkshelf
Knife
cookbook 'ziggrid', '= 0.5.0', :supermarket
cookbook 'ziggrid', '= 0.5.0'
knife supermarket install ziggrid
knife supermarket download ziggrid
README
Dependencies
Quality -%

Description

Installs and configures Ziggrid and the Ziggrid Generator

Requirements

Platform:

  • Amazon Linux

Note: While this cookbook isn't intended to be platform-specific, it has only been tested under Amazon Linux

The following cookbooks are dependencies:

  • java
  • partial_search
  • bluepill

Attributes

Shared

  • node[:ziggrid][:user] - The user for the Ziggrid process, default ziggrid.
  • node[:ziggrid][:group] - The group for the Ziggrid process, default ziggrid.
  • node[:ziggrid][:deploy_dir] - The directory to deploy the Ziggrid code into, default/opt/ziggrid.

  • node[:ziggrid][:prod][:base_url] - The base URL for the Ziggrid package, default https://s3.amazonaws.com/ziggrid-release.

  • node[:ziggrid][:prod][:filename] - The file name for the Ziggrid package, default 20130912-ziggrid.zip.

  • node[:ziggrid][:model][:zip_file_list] - A list of zip files containing Ziggrid models, default ["ziggrid-baseball.zip"].

  • node[:ziggrid][:model][:base_url] - The base URL for the Ziggrid models, default https://s3.amazonaws.com/ziggrid-release.

  • node[:ziggrid][:couchbase][:url] - The URL for the Couchbase installation that Ziggrid will use, default http://my.couchbase.url:8091/.

  • node[:ziggrid][:couchbase][:bucket] - The bucket that Ziggrid will use, default ziggrid-baseball.

  • node[:ziggrid][:debug] - Whether to add debug options to Ziggrid's JVM, default false.

Ziggrid

  • node[:ziggrid][:static][:base_url] - The base URL for the Ziggrid static files, default https://s3.amazonaws.com/ziggrid-release.
  • node[:ziggrid][:static][:filename] - The file name for the Ziggrid static files zip file, default ziggrid_static.zip.

  • node[:ziggrid][:collect_metrics] - Whether to collect metrics information to /opt/ziggrid/metrics, default false.

  • node[:ziggrid][:webserver][:port] - The port the Ziggrid web server will run on, default 8088.

Ziggrid Generator

  • node[:ziggen][:data][:base_url] - The base URL for the Ziggrid Baseball demo data files, default https://s3.amazonaws.com/ziggrid-release.
  • node[:ziggen][:data][:filename] - The zip file name for the Ziggrid Baseball demo data, default baseballData.zip.

  • node[:ziggen][:webserver][:port] - The port to run the Ziggrid generator on, default 10052.

Usage

To install Ziggrid, simply include the ziggrid::ziggrid recipe.

To include the Ziggrid Generator (primarily useful if you're trying to replicate the Ziggrid Baseball stats demo from CouchbaseSF 2013), include the ziggrid::ziggen recipe.

License and Author

Author:: Eric Diamond (eric@ziniki.org)

Copyright (C) 2013 Ziniki Infrastructure Software, LLC.

Dependent cookbooks

java ~> 1.10.2
partial_search ~> 1.0.0
bluepill ~> 2.2.2

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found