http://jacobmumm.com/2011/08/29/node-as-a-service-in-ubuntu-11-04-with-upstart-monit-and-forever-js/
Useful article covering how to create an upstart script for nodejs, also applies to coffeescript. I didn't use this one so much, I used the other one, but this has some other useful info.
http://howtonode.org/deploying-node-upstart-monit
Handy article covering how to create an upstart script for nodejs, also applies to coffeescript.
http://apptob.org/
Scripts to auto install node.js on Ubuntu. Includes a few handy dependencies, etc. Neat.
http://www.eucalyptus.com/
On premises cloud computing platform, with an open source angle. Don't fully understand it.
http://www.rightscale.com/
A platform to manage cloud computing resources, deployments, and so on. Essentially a simplified front end for AWS as far as I can make out.
http://reductivelabs.com/trac/puppet/
Put simply, Puppet is a system for automating system administration tasks. It's a language to define services, nodes, dependencies, and so on. Then it handles the "realisation" or "execution" of those definitions across multiple platforms, etc.
http://www.capify.org/
Capistrano is a system built in Ruby to execute commands on many servers, in parallel via SSH. Config files, jobs, etc are written in Ruby.
http://reductivelabs.com/trac/puppet
Puppet is a system to abstract system administrator tasks such as configuring web servers, deploying database servers, and so on. It provides an abstract language to specify configurations and then handles deployment for you.