Skip to content

Instantly share code, notes, and snippets.

View adomado's full-sized avatar

AdoMado.com adomado

View GitHub Profile
@adomado
adomado / nodejs_recipe.rb
Created October 20, 2011 10:23 — 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"