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
Amazon RDS 向けに提供されている MCP Server と仕組みを調べてみた/jawsug-okayama-2025-aurora-mcp
takahashiikki
1
110
デザイナーが Androidエンジニアに 挑戦してみた
874wokiite
0
470
Swift Updates - Learn Languages 2025
koher
2
480
ProxyによるWindow間RPC機構の構築
syumai
3
1.2k
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
460
Design Foundational Data Engineering Observability
sucitw
3
200
Reading Rails 1.0 Source Code
okuramasafumi
0
230
チームのテスト力を鍛える
goyoki
2
130
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
600
アセットのコンパイルについて
ojun9
0
130
Testing Trophyは叫ばない
toms74209200
0
880
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.8k
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Bash Introduction
62gerente
615
210k
BBQ
matthewcrist
89
9.8k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Practical Orchestrator
shlominoach
190
11k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
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.