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
88
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
35
Web API
gomayonqui
0
120
Tu primera gema
gomayonqui
0
97
What happened in RubyConf Miami 2013
gomayonqui
0
68
Other Decks in Programming
See All in Programming
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
5
1.4k
Result型で“失敗”を型にするPHPコードの書き方
kajitack
5
980
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
310
Python型ヒント完全ガイド 初心者でも分かる、現代的で実践的な使い方
mickey_kubo
1
180
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
120
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
200
Android 16KBページサイズ対応をはじめからていねいに
mine2424
0
240
Claude Code + Container Use と Cursor で作る ローカル並列開発環境のススメ / ccc local dev
kaelaela
12
6.8k
High-Level Programming Languages in AI Era -Human Thought and Mind-
hayat01sh1da
PRO
0
840
GPUを計算資源として使おう!
primenumber
1
200
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
1k
AI駆動のマルチエージェントによる業務フロー自動化の設計と実践
h_okkah
0
210
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
43
7.6k
A better future with KSS
kneath
238
17k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Unsuck your backbone
ammeep
671
58k
What's in a price? How to price your products and services
michaelherold
246
12k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Producing Creativity
orderedlist
PRO
346
40k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
A Modern Web Designer's Workflow
chriscoyier
695
190k
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.