Sha256: a87cfe264740e5dd0b3bd7f7aeef1400fcf301f69e3dd3d59e00c99612249753

Contents?: true

Size: 1.48 KB

Versions: 8

Compression:

Stored size: 1.48 KB

Contents

# Berkshelf
[![Build Status](https://travis-ci.org/RiotGames/berkshelf.png)](https://travis-ci.org/RiotGames/berkshelf)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/RiotGames/berkshelf)

Manage a Cookbook or an Application's Cookbook dependencies

## Installation

    $ gem install berkshelf

## Usage

See [berkshelf.com](http://berkshelf.com) for up-to-date usage instructions.

# Contributing

## Running tests

### Install prerequisites

Install the latest version of [Bundler](http://gembundler.com)

    $ gem install bundler

Clone the project

    $ git clone git://github.com/RiotGames/berkshelf.git

and run:

    $ cd berkshelf
    $ bundle install

Bundler will install all gems and their dependencies required for testing and developing.

### Running unit (RSpec) and acceptance (Cucumber) tests

Simply copy the `spec/knife.rb.sample` to `spec/knife.rb`, and point it at a
chef server. Berkshelf tests may upload and destroy cookbooks on your chef
server, so be sure to configure a server safe for this task.

    $ bundle exec guard start

See [here](https://github.com/tdegrunt/vagrant-chef-server-bootstrap) for a
quick way to get a testing chef server up.

# Authors

* Jamie Winsor (<jamie@vialstudios.com>)
* Josiah Kiehl (<josiah@skirmisher.net>)
* Michael Ivey (<ivey@gweezlebur.com>)
* Justin Campbell (<justin@justincampbell.me>)

Thank you to all of our [Contributors](https://github.com/RiotGames/berkshelf/graphs/contributors), testers, and users.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
berkshelf-1.1.0 README.md
berkshelf-1.1.0.rc1 README.md
berkshelf-1.0.4 README.md
berkshelf-1.0.3 README.md
berkshelf-1.0.2 README.md
berkshelf-1.0.0 README.md
berkshelf-1.0.0.rc3 README.md
berkshelf-1.0.0.rc2 README.md