Capistrano cheat sheet

Posted by jamis September 30, 2006 @ 07:01 PM

David Pettifer has created a compact Capistrano cheat sheet in PDF format. It summarizes helper methods, pre-defined variables, standard tasks, capfile syntax, standard release directory structure, and more. So go ahead, download it!

(For those arriving late to the party, Capistrano is a utility for executing commands in parallel on multiple remote hosts. You can read all about it in the Capistrano manual.)

Posted in Tricks | 8 comments

Comments

  1. Donald Duck on 01 Oct 22:37:

    Sweet!

  2. Yaroslav Markin on 02 Oct 12:33:

    Thanks!

  3. Greg on 02 Oct 14:22:

    Capistrano is a utility for executing commands in parallel on multiple remote hosts.

    Does Capistrano really executes commands in parallel on multiple remost hosts?

    That makes it sounds like it is some type of system that allows you to run parallel tasks (i.e. map/reduce).

    What I think it was meant to say is that “Capistrano is a tool that makes deploying applications over multiple systems easy”.

  4. Scott Hodson on 03 Oct 04:33:

    Wow, this looks great, good work!

  5. Davina Hooper on 03 Oct 21:52:

    This is fantastic, really love the design.

  6. Kyle on 06 Oct 01:06:

    This is a comment on the rubonrails blog itself post seen above:

    Isn’t: Posted i n TricksLiquid error: undefined method `evauate’ foor nil:NilClass

    kind of embarrassing

  7. Craig on 07 Oct 02:25:

    Capistrano takes a bit of getting used to, but it’s fantastic for rolling out. Makes it easy to roll back if necessary.

  8. Eric on 12 Oct 01:57:

    I agree. A bit trickey at first, but it’s really an incredible utility. Nifty PDF, Thanks.