cookbook 'ziggrid', '= 0.5.0'
ziggrid (2) Versions 0.5.0 Follow0
Installs/Configures Ziggrid and/or the Ziggrid Generator
cookbook 'ziggrid', '= 0.5.0', :supermarket
knife supermarket install ziggrid
knife supermarket download ziggrid
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, defaultziggrid. -
node[:ziggrid][:group]- The group for the Ziggrid process, defaultziggrid. 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, defaulthttps://s3.amazonaws.com/ziggrid-release.node[:ziggrid][:prod][:filename]- The file name for the Ziggrid package, default20130912-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, defaulthttps://s3.amazonaws.com/ziggrid-release.node[:ziggrid][:couchbase][:url]- The URL for the Couchbase installation that Ziggrid will use, defaulthttp://my.couchbase.url:8091/.node[:ziggrid][:couchbase][:bucket]- The bucket that Ziggrid will use, defaultziggrid-baseball.node[:ziggrid][:debug]- Whether to add debug options to Ziggrid's JVM, defaultfalse.
Ziggrid
-
node[:ziggrid][:static][:base_url]- The base URL for the Ziggrid static files, defaulthttps://s3.amazonaws.com/ziggrid-release. node[:ziggrid][:static][:filename]- The file name for the Ziggrid static files zip file, defaultziggrid_static.zip.node[:ziggrid][:collect_metrics]- Whether to collect metrics information to /opt/ziggrid/metrics, defaultfalse.node[:ziggrid][:webserver][:port]- The port the Ziggrid web server will run on, default8088.
Ziggrid Generator
-
node[:ziggen][:data][:base_url]- The base URL for the Ziggrid Baseball demo data files, defaulthttps://s3.amazonaws.com/ziggrid-release. node[:ziggen][:data][:filename]- The zip file name for the Ziggrid Baseball demo data, defaultbaseballData.zip.node[:ziggen][:webserver][:port]- The port to run the Ziggrid generator on, default10052.
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.