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
420
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
rubygem開発で鍛える設計力
joker1007
1
130
2年でここまで成長!AWSで育てたAI Slack botの軌跡
iwamot
PRO
2
370
Liquid Glass革新とSwiftUI/UIKit進化
fumiyasac0921
0
140
AIエージェントの継続的改善のためオブザーバビリティ
pharma_x_tech
6
1.4k
AWS Summit Japan 2025 Community Stage - App workflow automation by AWS Step Functions
matsuihidetoshi
1
140
Navigation3でViewModelにデータを渡す方法
mikanichinose
0
210
変化する開発、進化する体系時代に適応するソフトウェアエンジニアの知識と考え方(JaSST'25 Kansai)
mizunori
0
140
[TechNight #90-1] 本当に使える?ZDMの新機能を実践検証してみた
oracle4engineer
PRO
3
140
プロダクトエンジニアリング組織への歩み、その現在地 / Our journey to becoming a product engineering organization
hiro_torii
0
110
データプラットフォーム技術におけるメダリオンアーキテクチャという考え方/DataPlatformWithMedallionArchitecture
smdmts
5
570
Definition of Done
kawaguti
PRO
6
460
Model Mondays S2E02: Model Context Protocol
nitya
0
190
Featured
See All Featured
Docker and Python
trallard
44
3.4k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Documentation Writing (for coders)
carmenintech
71
4.9k
YesSQL, Process and Tooling at Scale
rocio
173
14k
BBQ
matthewcrist
89
9.7k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Gamification - CAS2011
davidbonilla
81
5.3k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Rails Girls Zürich Keynote
gr2m
94
14k
Stop Working from a Prison Cell
hatefulcrawdad
270
20k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Embracing the Ebb and Flow
colly
86
4.7k
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