chmac: deployment

Sort by: Date / Title / URL

  1. http://apptob.org/
    Scripts to auto install node.js on Ubuntu. Includes a few handy dependencies, etc. Neat.
  2. http://howtonode.org/deploying-node-upstart-monit
    Handy article covering how to create an upstart script for nodejs, also applies to coffeescript.
  3. 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.
  4. 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.
  5. 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.
  6. 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.
  7. http://www.eucalyptus.com/
    On premises cloud computing platform, with an open source angle. Don't fully understand it.
  8. 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.

First / Previous / Next / Last / Page 1 of 1