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
74
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
85
Building REST API for Digital Universe
surenm
3
780
Other Decks in Programming
See All in Programming
為你自己學 Python - 冷知識篇
eddie
1
350
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
0
170
Laravel Boost 超入門
fire_arlo
2
210
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
120
プロパティベーステストによるUIテスト: LLMによるプロパティ定義生成でエッジケースを捉える
tetta_pdnt
0
300
Swift Updates - Learn Languages 2025
koher
2
470
私の後悔をAWS DMSで解決した話
hiramax
4
210
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
1.2k
OSS開発者という働き方
andpad
5
1.7k
速いWebフレームワークを作る
yusukebe
5
1.7k
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
GitHubとGitLabとAWS CodePipelineでCI/CDを組み比べてみた
satoshi256kbyte
4
200
Featured
See All Featured
Six Lessons from altMBA
skipperchong
28
4k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Navigating Team Friction
lara
189
15k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
BBQ
matthewcrist
89
9.8k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
How STYLIGHT went responsive
nonsquared
100
5.8k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Designing for Performance
lara
610
69k
Speed Design
sergeychernyshev
32
1.1k
Side Projects
sachag
455
43k
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.