Skip to content

Instantly share code, notes, and snippets.

@rottmanj
Created March 12, 2012 21:32
Show Gist options
  • Save rottmanj/2024816 to your computer and use it in GitHub Desktop.
Save rottmanj/2024816 to your computer and use it in GitHub Desktop.
stupid recipe
bash "install npm packages" do
user "root"
code <<-EOH
cd /
mkdir -p /data
EOH
user "root"
cwd "/data"
code <<-EOH
echo "INSTALL NODE PACKAGES"
npm install express express-expose mongoose mongoose-auth jade stylus underscore faye
EOH
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment