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
Building web apps for heroku
Search
Surendran Mahendran
October 30, 2014
Programming
0
70
Building web apps for heroku
Introduction to building web apps for heroku - talk that I presented at @hackerschool
Surendran Mahendran
October 30, 2014
Tweet
Share
More Decks by Surendran Mahendran
See All by Surendran Mahendran
Docker 101
surenm
1
84
Building REST API for Digital Universe
surenm
3
780
Other Decks in Programming
See All in Programming
iOSアプリで測る!名古屋駅までの 方向と距離
ryunakayama
0
130
PHPバージョンアップから始めるOSSコントリビュート / how2oss-contribute
dmnlk
1
1.1k
複雑なフォームの jotai 設計 / Designing jotai(state) for Complex Forms #layerx_frontend
izumin5210
5
1.3k
Jakarta EE Meets AI
ivargrimstad
0
410
RubyKaigi Dev Meeting 2025
tenderlove
1
590
プロダクト横断分析に役立つ、事前集計しないサマリーテーブル設計
hanon52_
2
490
Cursor/Devin全社導入の理想と現実
saitoryc
25
19k
カウシェで Four Keys の改善を試みた理由
ike002jp
1
110
小田原でみんなで一句詠みたいな #phpcon_odawara
stefafafan
0
350
RuboCop: Modularity and AST Insights
koic
2
2k
DevOpsDaysTokyo2025社内副業で他部門へ_越境_して見えた価値再定義最大1か月のリードタイムを10分に短縮したDevOps実践.pdf
susumutomita
0
110
Road to RubyKaigi: Making Tinny Chiptunes with Ruby
makicamel
4
490
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
693
190k
Writing Fast Ruby
sferik
628
61k
Typedesign – Prime Four
hannesfritz
41
2.6k
Become a Pro
speakerdeck
PRO
28
5.3k
How STYLIGHT went responsive
nonsquared
100
5.5k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Practical Orchestrator
shlominoach
187
11k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
The Invisible Side of Design
smashingmag
299
50k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
540
How to Ace a Technical Interview
jacobian
276
23k
Why Our Code Smells
bkeepers
PRO
336
57k
Transcript
Building Web apps for HEROKU
None
Goals • High Uptime • Move fast & break things
(but fix them too) • Hassle free
Twelve Factor APP PROCESSES DEPENDENCIES DEV/PROD PARITY ONE OFF PROCESSES
ONE-CLICK DEPLOYS
Sinatra app Create a Hello world app
Sinatra app Gemfile
Sinatra app Procfile
Sinatra app Foreman
Deploy to Heroku heroku create
Deploy to Heroku git push heroku master
Deploy to Heroku And we are done!!!
Rails app an existing todo app
Commands heroku ps
Commands heroku logs
Commands heroku run
Commands heroku config
Commands heroku scale
Addons Databases, caches, stores etc etc
Collaborate [demo]
Fin.