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

http_deploy (2) Versions 0.0.1

Downloads and deploys a binary package using HTTP

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

http_deploy Cookbook

This cookbook downloads and deploys a binary package using HTTP.

Resource/Provider

http_deploy

Actions

  • :deploy: Download and deploy a binary package using HTTP

Attribute Parameters

  • :url: URL of the file to be deployed
  • :path: The directory to deploy the file into
  • :builds: The directory to store the download in (defaults to Chef::Client[:file_cache_path] if it's defined otherwise it falls back to the OS tmpdir)

Examples

Deploy a WAR file into a tomcat instance

http_deploy 'app.war' do
  url 'http://some-bucket.s3.amazonaws.com/builds/app_production.war'
  path node[:tomcat][:webapp_dir]
end

Usage

<cookbook>/metadata.rb:

depends 'http_deploy'

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License & Authors

Copyright 2014, Granicus Inc.

This file is part of http_deploy.

http_deploy is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

http_deploy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with http_deploy.  If not, see <http://www.gnu.org/licenses/>.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found