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
210
Operating Rails in Kubernetes
kirs
3
450
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.6k
Развертывание веб-приложений и фреймворк Capistrano
kirs
1
280
Other Decks in Programming
See All in Programming
Code as Context 〜 1にコードで 2にリンタ 34がなくて 5にルール? 〜
yodakeisuke
0
120
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
140
ペアプロ × 生成AI 現場での実践と課題について / generative-ai-in-pair-programming
codmoninc
0
230
既存デザインを変更せずにタップ領域を広げる方法
tahia910
1
260
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
220
AIコーディング道場勉強会#2 君(エンジニア)たちはどう生きるか
misakiotb
1
270
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
590
#QiitaBash MCPのセキュリティ
ryosukedtomita
0
680
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
210
AWS CDKの推しポイント 〜CloudFormationと比較してみた〜
akihisaikeda
3
320
WindowInsetsだってテストしたい
ryunen344
1
220
5つのアンチパターンから学ぶLT設計
narihara
1
140
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
24
1.7k
A Tale of Four Properties
chriscoyier
160
23k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
720
How to train your dragon (web standard)
notwaldorf
94
6.1k
Speed Design
sergeychernyshev
32
1k
RailsConf 2023
tenderlove
30
1.1k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
230
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
For a Future-Friendly Web
brad_frost
179
9.8k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Producing Creativity
orderedlist
PRO
346
40k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
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