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 vs Mina: Capistrano demo talk
Search
Bruno Sutic
January 27, 2015
Programming
0
460
Capistrano vs Mina: Capistrano demo talk
Capistrano deployment demo talk
Bruno Sutic
January 27, 2015
Tweet
Share
More Decks by Bruno Sutic
See All by Bruno Sutic
Readline + irb/pry = <3
brunosutic
0
140
Moreutils
brunosutic
0
65
The venerable "expect"
brunosutic
0
69
Configuring tmux
brunosutic
0
110
Introduction to Arel
brunosutic
1
290
Tmux osnove
brunosutic
0
200
Deploying Rails apps with Capistrano
brunosutic
0
120
Other Decks in Programming
See All in Programming
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
390
PHP 7.4でもOpenTelemetryゼロコード計装がしたい! / PHPerKaigi 2026
arthur1
1
110
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
160
コーディングルールの鮮度を保ちたい / keep-fresh-go-internal-conventions
handlename
0
210
Ruby and LLM Ecosystem 2nd
koic
1
960
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
560
CSC307 Lecture 14
javiergs
PRO
0
470
Understanding Apache Lucene - More than just full-text search
spinscale
0
130
CS教育のDX AIによる育成の効率化
niftycorp
PRO
0
140
Swift ConcurrencyでよりSwiftyに
yuukiw00w
0
270
安いハードウェアでVulkan
fadis
0
300
Linux Kernelの1文字のミスで 権限昇格ができた話
rqda
0
1.5k
Featured
See All Featured
Designing for Timeless Needs
cassininazir
0
170
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
980
Abbi's Birthday
coloredviolet
2
5.4k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
How GitHub (no longer) Works
holman
316
150k
Automating Front-end Workflow
addyosmani
1370
200k
SERP Conf. Vienna - Web Accessibility: Optimizing for Inclusivity and SEO
sarafernandez
1
1.3k
Between Models and Reality
mayunak
2
240
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
A Soul's Torment
seathinner
5
2.5k
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
1
160
Building Applications with DynamoDB
mza
96
7k
Transcript
Deploying with Capistrano
About: Bruno Sutic, github.com/bruno-/ Rails & Javascript developer Ideal Project
Group, Chicago Worked on a Capistrano plugins: github.com/capistrano-plugins/
Goals • Demo Capistrano deployment • Capistrano ecosystem & possibilities
• Mina vs Capistrano comparison
What is skipped? • Capistrano vs Heroku (vs Engine Yard
vs Docker vs…) • server installation and configuration (provisioning) • Capistrano internals
Capistrano demo STEPS 1. make a Rails app ✅ 2.
buy & setup a server ✅ 3. setup Capistrano 4. deploy STACK • Nginx • Unicorn • PostgreSQL
Demo
Advantages • setup code is minimal • composable gems ecosystem
• *no ssh login* to the server required! • the same setup for multi-server deployment
Multi-server setup Web server (Nginx) App App DB (PostgreSQL)
Multi-server demo
Demo summary • setup app for Capistrano deployment • rollback
• multi-server setup & deployment
Capistrano vs Mina
Questions