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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Surendran Mahendran
October 30, 2014
Programming
0
77
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
90
Building REST API for Digital Universe
surenm
3
800
Other Decks in Programming
See All in Programming
Claude Code Skill入門
mayahoney
0
440
CS教育のDX AIによる育成の効率化
niftycorp
PRO
0
170
Nostalgia Meets Technology: Super Mario with TypeScript
manfredsteyer
PRO
0
110
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
260
Kubernetesでセルフホストが簡単なNewSQLを求めて / Seeking a NewSQL Database That's Simple to Self-Host on Kubernetes
nnaka2992
0
180
飯MCP
yusukebe
0
400
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
180
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
3
430
PHP でエミュレータを自作して Ubuntu を動かそう
m3m0r7
PRO
2
150
我々はなぜ「層」を分けるのか〜「関心の分離」と「抽象化」で手に入れる変更に強いシンプルな設計〜 #phperkaigi / PHPerKaigi 2026
shogogg
2
680
今年もTECHSCOREブログを書き続けます!
hiraoku101
0
190
AI時代の脳疲弊と向き合う ~言語学としてのPHP~
sakuraikotone
1
1.6k
Featured
See All Featured
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
76
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
10k
Un-Boring Meetings
codingconduct
0
240
It's Worth the Effort
3n
188
29k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.1k
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
110
How STYLIGHT went responsive
nonsquared
100
6k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
How to optimise 3,500 product descriptions for ecommerce in one day using ChatGPT
katarinadahlin
PRO
1
3.5k
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
190
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.1k
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
120
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.