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
99
What happened in RubyConf Miami 2013
gomayonqui
0
69
Other Decks in Programming
See All in Programming
Claude Codeログ基盤の構築
giginet
PRO
7
3.4k
Understanding Apache Lucene - More than just full-text search
spinscale
0
130
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
610
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
570
「接続」—パフォーマンスチューニングの最後の一手 〜点と点を結ぶ、その一瞬のために〜
kentaroutakeda
2
480
へんな働き方
yusukebe
4
2.4k
CS教育のDX AIによる育成の効率化
niftycorp
PRO
0
140
AI駆動開発の本音 〜Claude Code並列開発で見えたエンジニアの新しい役割〜
hisuzuya
4
520
20260313 - Grafana & Friends Taipei #1 - Kubernetes v1.36 的開發雜記:那些困在 Alpha 加護病房太久的 Metrics
tico88612
0
220
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
420
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.9k
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
2.5k
Featured
See All Featured
Marketing Yourself as an Engineer | Alaka | Gurzu
gurzu
0
150
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
640
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.2k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Rails Girls Zürich Keynote
gr2m
96
14k
For a Future-Friendly Web
brad_frost
183
10k
Claude Code のすすめ
schroneko
67
220k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Agile Actions for Facilitating Distributed Teams - ADO2019
mkilby
0
150
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
150
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.