Title
A remote server automation and deployment tool written in Ruby.
Go Home
Category
Description
Address
Phone Number
+1 609-831-2326 (US) | Message me
Site Icon
A remote server automation and deployment tool written in Ruby.
Tags
Page Views
0
Share
Update Time
2022-05-08 00:58:20

"I love A remote server automation and deployment tool written in Ruby."

www.capistranorb.com VS www.gqak.com

2022-05-08 00:58:20

Search Overview What is Capistrano? Getting Started The Readme, start here! Installation Structure Configuration User Input Preparing Your Application Flow Rollbacks Cold Start Version Locking Tasks Local Tasks Before / After Hooks Authentication & Authorisation Task cookbook Introduction Rails related tasks Advanced Features Console PTYs Filtering Properties Property Filtering Host filtering Role Filtering Custom Filters Overriding Capistrano Tasks Remote File Task Remote Commands with SSHKit Preventing file deployment with gitattributes Validation of variables Custom SCM Plugins Official Plugins 3rd Party Plugins FAQ Why does something work in an SSH session, but not in Capistrano? How can I access stage configuration variables? How can I check for existing remote file? How can I get Capistrano to prompt for a password? How can I set Capistrano configuration paths? Legacy Capistrano 2 Documentation Repository Upgrading from Capistrano 2.x to 3 Recent Announcements 01 Jun 2013 Capistrano Version 3 Release Announcement A remote server automation and deployment tool written in Ruby. A Simple Taskrole :demo, %w{example.com example.org example.net}task :uptime do on roles(:demo), in: :parallel do |host| uptime = capture(:uptime) puts "#{host.hostname} reports: #{uptime}" endendCapistrano extends the Rake DSL with methods specific to running commandson() servers.For Any LanguageCapistrano is written in Ruby, but it can easily be used to deploy anylanguage.If your language or framework has special deployment requirements, Capistrano can easily beextended to support them.Source Code About Capistrano Contributing Releases StackOverflow Mailing List DNS Services Kindly Hosted By