Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phallguy/fastfood

Because sometimes you just gotta eat and don't have time for chefs
https://github.com/phallguy/fastfood

Last synced: 8 days ago
JSON representation

Because sometimes you just gotta eat and don't have time for chefs

Awesome Lists containing this project

README

        

# Fastfood

[![Gem Version](https://badge.fury.io/rb/fastfood.svg)](http://badge.fury.io/rb/fastfood)
[![Code Climate](https://codeclimate.com/github/phallguy/fastfood.png)](https://codeclimate.com/github/phallguy/fastfood)
[![Dependency Status](https://gemnasium.com/phallguy/fastfood.svg)](https://gemnasium.com/phallguy/fastfood)

Because sometimes you just gotta eat and don't have time for chefs.

Fastfood is a collection of recipes and tasks for [capistrano 3](http://capistranorb.com/)
for provisioning servers. It was created in response to the daunting task of
setting up [Chef](http://www.getchef.com/) to provision just a few servers
for a small project.

## Installation

Add this line to your application's Gemfile:

gem 'fastfood'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fastfood

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/phallguy/fastfood/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

# License

The MIT License (MIT)

Copyright (c) 2014 Paul Alexander

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.