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
Hassle-free webapps on Heroku
Search
Raúl Raja Martínez
January 29, 2014
Technology
1
210
Hassle-free webapps on Heroku
A Heroku introduction
Raúl Raja Martínez
January 29, 2014
Tweet
Share
More Decks by Raúl Raja Martínez
See All by Raúl Raja Martínez
Architecting Typed FP Applications & Libraries in Kotlin with Λrrow
raulraja
4
1.8k
Types Vs Tests
raulraja
4
1.8k
Λrrow - Toward Functional Programming in Kotlin
raulraja
2
1.2k
Kotlin for Scala Devs
raulraja
2
430
Typeclasses in FP Architecture
raulraja
4
4.1k
Freestyle + Freestyle RPC Introduction
raulraja
2
1.4k
Introduction to KΛTEGORY
raulraja
3
3.5k
Functional Error Handling
raulraja
7
16k
Run Wild, Run Free!
raulraja
12
4.1k
Other Decks in Technology
See All in Technology
Goss: New Production-Ready Go Binding for Faiss #coefl_go_jp
bengo4com
0
1.1k
Figma + Storybook + PlaywrightのMCPを使ったフロントエンド開発
yug1224
9
2.5k
microCMS 最新リリース情報(microCMS Meetup 2025)
microcms
0
110
株式会社ARAV 採用案内
maqui
0
350
事業価値と Engineering
recruitengineers
PRO
2
220
ZOZOTOWNフロントエンドにおけるディレクトリの分割戦略
zozotech
PRO
18
5.4k
新規案件の立ち上げ専門チームから見たAI駆動開発の始め方
shuyakinjo
0
120
認知戦の理解と、市民としての対抗策
hogehuga
0
360
OpenAPIから画面生成に挑戦した話
koinunopochi
0
160
Goでマークダウンの独自記法を実装する
lag129
0
220
KiroでGameDay開催してみよう(準備編)
yuuuuuuu168
1
130
DeNA での思い出 / Memories at DeNA
orgachem
PRO
3
1.6k
Featured
See All Featured
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Rails Girls Zürich Keynote
gr2m
95
14k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.4k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Making Projects Easy
brettharned
117
6.3k
Transcript
Hassle-free web apps on
47 Degrees http://47deg.com https://partners.heroku.com/47-degrees ! Raúl Raja https://github.com/raulraja @raulraja Who
are we?
Let’s get started! Sign up for an account at heroku.com
Download & Install the Heroku Toolbelt at https://toolbelt.heroku.com/
git clone http://github.com/47deg/heroku-play2-demo.git Heroku uses Git for deployments. Let’s clone
our sample app
Once our app is downloaded create a Heroku app in
its root. A Git remote is automatically added pointing to your Heroku app in the cloud.
Next we provision the Database with the Mongolab addon.
Logentries for log management
Loader.io to simulate load testing and get ready for prime
time
And finally New Relic to monitor our app internals
> heroku create:app > heroku addons:add logentries > heroku addons:add
mongolab > heroku addons:add newrelic > heroku addons:add loaderio
> heroku addons:add logentries > heroku addons:add mongolab > heroku
addons:add newrelic > heroku addons:add loaderio
http://47deg.tumblr.com/
http://47deg.tumblr.com/
None
None
http://www.vibrant.com/cable-messes.php Running on spaghetti servers?
http://www.vibrant.com/cable-messes.php Running on spaghetti servers?
THANKS! ! Sample Project https://github.com/47deg/heroku-play2-demo/ ! Buildpacks https://devcenter.heroku.com/articles/buildpacks ! Heroku
Addons https://addons.heroku.com/ ! 47 http://47deg.com