logankoester / chef-strider

A Chef cookbook for installing Strider-CD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strider cookbook

Build Status Gittip

Overview

TODO: Explain the cookbook.

Installation

Using Berkshelf, add the strider cookbook to your Berksfile.

cookbook 'strider', github: 'logankoester/chef-strider', branch: 'master'

Then run berks to install it.

Usage

TODO: Include usage patterns of any providers or recipes.

strider::default

Include strider in your run_list.

{
  "run_list": [
    "recipe[strider::default]"
  ]
}

Running the tests

This cookbook uses the Foodcritic linter, ChefSpec for unit testing, and ServerSpec for integration testing via Test Kitchen with the kitchen-docker driver.

It's not as complicated as it sounds, but you will need to have Docker installed.

  1. git clone git@github.com:logankoester/chef-strider.git
  2. cd chef-strider
  3. bundle install
  4. bundle exec rake

This will run all of the tests once. While developing, run bundle exec guard start and the relevant tests will run automatically when you save a file.

Author

Copyright (c) 2015 Logan Koester. Released under the mit license. See LICENSE for details.

About

A Chef cookbook for installing Strider-CD

License:MIT License


Languages

Language:Ruby 94.4%Language:HTML 5.6%