Skip to content

A cookbook to install the Meteor JavaScript App Platform

License

Notifications You must be signed in to change notification settings

logankoester/chef-meteor

Repository files navigation

Meteor cookbook

Install the Meteor JavaScript App Platform

Build Status Gittip

See Meteor.

Installation

Using Berkshelf, add the meteor cookbook to your Berksfile.

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

Then run berks to install it.

Usage

Add recipe[meteor] to your run list.

Attributes

Refer to attributes/default.rb for details.

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-meteor.git
  2. cd chef-meteor
  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 cookbook to install the Meteor JavaScript App Platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages