Skip to content

Instantly share code, notes, and snippets.

@rajiv20
rajiv20 / nodejs_recipe.rb
Created November 11, 2011 19:13 — forked from chris/nodejs_recipe.rb
Chef recipe to install node.js on Engine Yard AppCloud
#
# Cookbook Name:: nodejs
# Recipe:: default
#
# Build and install node.js
#
if ['app','app_master','solo'].include?(node[:instance_role])
version_tag = "v0.4.8"
source_base_dir = "/data/nodejs"