Capistrano

 3 likes

Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH. It uses a simple DSL (borrowed in part from Rake) that allows you to define tasks, which may be applied to machines in certain roles.

License model

  • FreeOpen Source

Platforms

  • Mac
  • Linux
  No rating
3 likes
0comments
0 news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

Capistrano News & Activities

Highlights All activities

Recent activities

Show all activities

Capistrano information

  • Developed by

    Jamis Buck
  • Licensing

    Open Source and Free product.
  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all

Our users have written 0 comments and reviews about Capistrano, and it has gotten 3 likes

Capistrano was added to AlternativeTo by Alex Halkin on Jun 5, 2012 and this page was last updated Sep 23, 2015.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Capistrano?

Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH. It uses a simple DSL (borrowed in part from Rake) that allows you to define tasks, which may be applied to machines in certain roles. It also supports tunneling connections via some gateway machine to allow operations to be performed behind VPN's and firewalls.

Capistrano was originally designed to simplify and automate deployment of web applications to distributed environments, and originally came bundled with a set of tasks designed for deploying Rails applications.

Official Links