Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Capistrano 3
Search
Kir Shatrov
September 11, 2013
Programming
4
2.7k
Capistrano 3
My talk about Capistrano 3 for budapest.rb meetup
Kir Shatrov
September 11, 2013
Tweet
Share
More Decks by Kir Shatrov
See All by Kir Shatrov
Running Jobs at Scale
kirs
1
200
Operating Rails in Kubernetes
kirs
3
430
RailsClub 2016
kirs
2
300
Performance regressions in Ruby on Rails Core
kirs
0
200
Building a toolkit to detect performance regressions in Ruby on Rails core
kirs
3
5.5k
Развертывание веб-приложений и фреймворк Capistrano
kirs
1
270
Other Decks in Programming
See All in Programming
Identifying and Analyzing Fake OSS with Malware - fukuoka.go#21
rhykw
0
520
Return of the Full-Stack Developer
simas
PRO
1
300
AtCoder Heuristic First-step Vol.1 講義スライド(山登り法・焼きなまし法編)
takumi152
3
940
Denoでフロントエンド開発 2025年春版 / Frontend Development with Deno (Spring 2025)
petamoriken
1
1.3k
データベースエンジニアの仕事を楽にする。PgAssistantの紹介
nnaka2992
6
3.4k
RubyKaigiで手に入れた HHKB Studioのための HIDRawドライバ
iberianpig
0
170
複雑なフォームと複雑な状態管理にどう向き合うか / #newt_techtalk vol. 15
izumin5210
4
2.4k
OpenTelemetryを活用したObservability入門 / Introduction to Observability with OpenTelemetry
seike460
PRO
0
190
Cloudflare Pagesのサイトを NotebookLMから読みやすくする Cloudflare Meet-up Tokyo Vol.7
xiombatsg
0
110
AtCoder Heuristic First-step Vol.1 講義スライド
terryu16
2
930
PHPer's Guide to Daemon Crafting Taming and Summoning
uzulla
2
650
PsySHから紐解くREPLの仕組み
muno92
PRO
1
420
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
6
320
How STYLIGHT went responsive
nonsquared
99
5.4k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
22
2.6k
The World Runs on Bad Software
bkeepers
PRO
67
11k
Large-scale JavaScript Application Architecture
addyosmani
511
110k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.4k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.3k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.4k
Rebuilding a faster, lazier Slack
samanthasiow
80
8.9k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7.1k
Transcript
Introducing Capistrano 3.x by Kir Shatrov budapest.rb, Sep 2013 Wednesday,
September 11, 13
@kirs Wednesday, September 11, 13
Wednesday, September 11, 13
• 2006-2009: Jamis Buck • 2009-present time: Lee Hambley Wednesday,
September 11, 13
Railsless • gem ‘capistrano-rails’ • gem ‘capistrano-bundler’ • gem ‘capistrano-rvm’
Wednesday, September 11, 13
• gem ‘capistrano-rbenv’ • gem ‘capistrano-chruby’ Wednesday, September 11, 13
gem ‘capistrano-ext’ Wednesday, September 11, 13
https://github.com/leehambley/sshkit Wednesday, September 11, 13
After: Before: Wednesday, September 11, 13
Subclassing from Rake Wednesday, September 11, 13
http://www.capistranorb.com/ Wednesday, September 11, 13
Roadmap • test framework based on Vagrant • rails3/rails4 •
error formatting? Wednesday, September 11, 13
Wednesday, September 11, 13
Wednesday, September 11, 13
Wednesday, September 11, 13
Use RC gem ‘capistrano’, ‘3.0.0.pre14’ Wednesday, September 11, 13
Or you don’t need Capistrano? https://github.com/nadarei/mina Wednesday, September 11, 13
gem ‘capistrano-nc’ Wednesday, September 11, 13
Thanks! Wednesday, September 11, 13