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
Despliegue con Capistrano
Search
Jean Pierre
January 29, 2015
Programming
0
89
Despliegue con Capistrano
Despliegue con capistrano - Medellin.rb
Jean Pierre
January 29, 2015
Tweet
Share
More Decks by Jean Pierre
See All by Jean Pierre
Ruby + Voice control
gomayonqui
0
37
Web API
gomayonqui
0
120
Tu primera gema
gomayonqui
0
98
What happened in RubyConf Miami 2013
gomayonqui
0
69
Other Decks in Programming
See All in Programming
大規模アプリのDIフレームワーク刷新戦略 ~過去最大規模の並行開発を止めずにアプリ全体に導入するまで~
mot_techtalk
1
460
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
440
Writing Better Go: Lessons from 10 Code Reviews
konradreiche
0
1.3k
Cursorハンズオン実践!
eltociear
2
1.1k
CSC305 Lecture 06
javiergs
PRO
0
250
なぜGoのジェネリクスはこの形なのか? Featherweight Goが明かす設計の核心
ryotaros
7
1.1k
Six and a half ridiculous things to do with Quarkus
hollycummins
0
180
なぜあの開発者はDevRelに伴走し続けるのか / Why Does That Developer Keep Running Alongside DevRel?
nrslib
3
410
AI駆動で0→1をやって見えた光と伸びしろ
passion0102
1
350
バッチ処理を「状態の記録」から「事実の記録」へ
panda728
PRO
0
170
TFLintカスタムプラグインで始める Terraformコード品質管理
bells17
2
210
Serena MCPのすすめ
wadakatu
4
1k
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
9
620
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
870
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
How to Ace a Technical Interview
jacobian
280
24k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Producing Creativity
orderedlist
PRO
347
40k
The World Runs on Bad Software
bkeepers
PRO
72
11k
How STYLIGHT went responsive
nonsquared
100
5.8k
Statistics for Hackers
jakevdp
799
220k
Navigating Team Friction
lara
190
15k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Transcript
Instalación de servidor y despliegue con capistrano Medellín.rb Jean Pierre
Guarin
Brecha entre desarrollo y producción
None
None
http://heroku-ninja-blog.herokuapp.com/blog/2013/05/20/how-to-architect-higher-availability-applications-with-heroku/
vs versions Cache Assets precompile Async jobs
Nuestra propia infraestructura
Nginx (pronounced engine-x) is a free, open-source, high- performance HTTP
server and reverse proxy, as well as an IMAP/POP3 proxy server.
Unicorn is an HTTP server for Rack applications designed to
only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels.
Capistrano is a remote server automation tool. It supports the
scripting and execution of arbitrary tasks, and includes a set of sane- default deployment workflows.