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
76
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
89
Building REST API for Digital Universe
surenm
3
790
Other Decks in Programming
See All in Programming
どんと来い、データベース信頼性エンジニアリング / Introduction to DBRE
nnaka2992
1
260
CSC307 Lecture 15
javiergs
PRO
0
230
ご飯食べながらエージェントが開発できる。そう、Agentic Engineeringならね。
yokomachi
1
290
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜
kuro_kurorrr
3
1.8k
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
170
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
160
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
530
朝日新聞のデジタル版を支えるGoバックエンド ー価値ある情報をいち早く確実にお届けするために
junkiishida
1
720
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
1.9k
Railsの気持ちを考えながらコントローラとビューを整頓する/tidying-rails-controllers-and-views-as-rails-think
moro
4
380
TipKitTips
ktcryomm
0
160
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
340
Featured
See All Featured
Leo the Paperboy
mayatellez
4
1.5k
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
380
Tell your own story through comics
letsgokoyo
1
830
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Music & Morning Musume
bryan
47
7.1k
From π to Pie charts
rasagy
0
150
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
200
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
The Curse of the Amulet
leimatthew05
1
9.7k
Designing Experiences People Love
moore
143
24k
Paper Plane
katiecoart
PRO
0
47k
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.