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
440
RailsClub 2016
kirs
2
310
Performance regressions in Ruby on Rails Core
kirs
0
210
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
Road to Ruby for A Linguistics Nerd
hayat01sh1da
PRO
0
330
LRパーサーはいいぞ
ydah
7
1.4k
JAWS DAYS 2025 re_Cheers: WEB
komakichi
0
120
2025年のz-index設計を考える
tak_dcxi
12
4.7k
Ruby で作る RISC-V CPU エミュレーター / RISC-V CPU emulator made with Ruby
hayaokimura
5
1.2k
プロダクトエンジニアのしごと 〜 受託 × 高難度を乗り越えるOptium開発 〜
algoartis
0
230
2025-04-25 GitHub Copilot Agent ライブデモ(スクリプト)
goataka
0
120
大LLM時代にこの先生きのこるには-ITエンジニア編
fumiyakume
8
3.4k
AIコーディングの本質は“コード“ではなく“構造“だった / The essence of AI coding is not “code” but "structure
seike460
PRO
2
460
Vibe Coding の話をしよう
schroneko
14
3.9k
“技術カンファレンスで何か変わる?” ──RubyKaigi後の自分とチームを振り返る
ssagara00
0
120
M5UnitUnified 最新動向 2025/05
gob
0
140
Featured
See All Featured
Navigating Team Friction
lara
185
15k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
How to train your dragon (web standard)
notwaldorf
91
6k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
47
2.7k
The World Runs on Bad Software
bkeepers
PRO
68
11k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.7k
Speed Design
sergeychernyshev
29
940
Making Projects Easy
brettharned
116
6.2k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
105
19k
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.3k
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