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
VS CodeとGitHub Copilotで爆速開発!アップデートの波に乗るおさらい会 / Rapid Development with VS Code and GitHub Copilot: Catch the Latest Wave
yamachu
3
470
公開初日に Gemini CLI を試した話や FFmpeg と組み合わせてみた話など / Gemini CLI 初学者勉強会(#AI道場)
you
PRO
0
1.4k
「現場で活躍するAIエージェント」を実現するチームと開発プロセス
tkikuchi1002
4
470
助けて! XからWaylandに移行しないと新しいGNOMEが使えなくなっちゃう 2025-07-12
nobutomurata
2
200
データ戦略部門 紹介資料
sansan33
PRO
1
3.3k
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
6.9k
CDKコード品質UP!ナイスな自作コンストラクタを作るための便利インターフェース
harukasakihara
2
240
サイバーエージェントグループのSRE10年の歩みとAI時代の生存戦略
shotatsuge
4
1.1k
推し書籍📚 / Books and a QA Engineer
ak1210
0
140
ClaudeCode_vs_GeminiCLI_Terraformで比較してみた
tkikuchi
1
1.8k
安定した基盤システムのためのライブラリ選定
kakehashi
PRO
3
130
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.7k
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
RailsConf 2023
tenderlove
30
1.1k
Fireside Chat
paigeccino
37
3.5k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
Rails Girls Zürich Keynote
gr2m
95
14k
Making Projects Easy
brettharned
116
6.3k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Documentation Writing (for coders)
carmenintech
72
4.9k
Optimizing for Happiness
mojombo
379
70k
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