chef-nodejs
chef-nodejs copied to clipboard
Chef cookbook for node.js
chef-nodejs 
Description
Installs Node.js or optionally io.js.
Requirements
Supported Platforms
The following platforms are supported by this cookbook, meaning that the recipes run on these platforms without error:
- Debian 7.8
- Debian 8.0
- Ubuntu 12.04
- Ubuntu 14.04
Recipes
nodejs- The default recipe. This sets up the apt repository and installs common packages and development libraries.nodejs::_apt- Internal recipe to configure the apt repository.
Attributes
default["nodejs"]["engine"] = "node" # or `iojs`
default["nodejs"]["version"] = "0.12" # or `0.10`, or `1.x` for io.js
Usage
This cookbook installs the Node.js components if not present, and pulls updates if they are installed on the system.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Contributors
Many thanks go to the following who have contributed to making this gem even better:
License
chef-nodejs
- Freely distributable and licensed under the MIT license.
- Copyright (c) 2011-2015 Phil Cohen ([email protected])

- http://phlippers.net/