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

gems (18) Versions 0.8.3

Sets up a local gem server repository or mirror

Policyfile
Berkshelf
Knife
cookbook 'gems', '= 0.8.3', :supermarket
cookbook 'gems', '= 0.8.3'
knife supermarket install gems
knife supermarket download gems
README
Dependencies
Quality -%
= DESCRIPTION: Sets up a local gem server repository. = REQUIREMENTS: == Platform: Tested on Ubuntu 8.10 and 9.04. == Cookbooks: Opscode cookbooks, http://github.com/opscode/cookbooks/tree/master * apache2 = ATTRIBUTES: * gem_server[:virtual_host_name] - ServerName for Apache vhost. Default 'gems.domain'. * gem_server[:virtual_host_alias] - ServerAlias(es) for Apache vhost. Default 'gems'. * gem_server[:directory] - Filesystem location for the repository, default is /srv/gems. = USAGE: Create files/default/packages, and copy gems to that directory. Specify the gem source on clients via the command line, for example: sudo gem source -a http://gems sudo gem install rails --source http://gems Or use the source with gem_package resources in your chef recipes. gem_package "rails" do source "http://gems" end Use the gems::mirror recipe to mirror RubyForge. This will take a long time because the repository is 28k+ gems and over 5.5G. It will also override the remote_directory resource to not notify gem generate_index, and instead handle that in the cron job that does the rsync. = LICENSE and AUTHOR: Author:: Joshua Timberman (<joshua@opscode.com>) Copyright:: 2009, Opscode, Inc 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.

Dependent cookbooks

rsync >= 0.0.0
apache2 >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found