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.6k
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
190
Operating Rails in Kubernetes
kirs
3
410
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.3k
Развертывание веб-приложений и фреймворк Capistrano
kirs
1
260
Other Decks in Programming
See All in Programming
破壊せよ!データ破壊駆動で考えるドメインモデリング / data-destroy-driven
minodriven
16
4.1k
JaSST 24 九州:ワークショップ(は除く)実践!マインドマップを活用したソフトウェアテスト+活用事例
satohiroyuki
0
270
LLM生成文章の精度評価自動化とプロンプトチューニングの効率化について
layerx
PRO
2
140
VR HMDとしてのVision Pro+ゲーム開発について
yasei_no_otoko
0
100
弊社の「意識チョット低いアーキテクチャ」10選
texmeijin
5
23k
Vitest Browser Mode への期待 / Vitest Browser Mode
odanado
PRO
2
1.7k
macOS でできる リアルタイム動画像処理
biacco42
7
2k
Streams APIとTCPフロー制御 / Web Streams API and TCP flow control
tasshi
1
300
Content Security Policy入門 セキュリティ設定と 違反レポートのはじめ方 / Introduction to Content Security Policy Getting Started with Security Configuration and Violation Reporting
uskey512
1
440
CSC509 Lecture 08
javiergs
PRO
0
110
外部システム連携先が10を超えるシステムでのアーキテクチャ設計・実装事例
kiwasaki
1
230
Hotwire or React? ~Reactの録画機能をHotwireに置き換えて得られた知見~ / hotwire_or_react
harunatsujita
9
4.1k
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
296
20k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
How GitHub (no longer) Works
holman
311
140k
A designer walks into a library…
pauljervisheath
202
24k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
43
6.6k
Learning to Love Humans: Emotional Interface Design
aarron
272
40k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
27
4.2k
Imperfection Machines: The Place of Print at Facebook
scottboms
264
13k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
Side Projects
sachag
452
42k
Ruby is Unlike a Banana
tanoku
96
11k
Facilitating Awesome Meetings
lara
49
6k
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