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
200
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.7k
Types Vs Tests
raulraja
4
1.7k
Λrrow - Toward Functional Programming in Kotlin
raulraja
2
1.1k
Kotlin for Scala Devs
raulraja
2
370
Typeclasses in FP Architecture
raulraja
4
4.1k
Freestyle + Freestyle RPC Introduction
raulraja
2
1.4k
Introduction to KΛTEGORY
raulraja
3
3.4k
Functional Error Handling
raulraja
7
15k
Run Wild, Run Free!
raulraja
12
4.1k
Other Decks in Technology
See All in Technology
【技術書典17】OpenFOAM(自宅で極める流体解析)2次元円柱まわりの流れ
kamakiri1225
0
210
AWS CDKでデータリストアの運用、どのように設計する?~Aurora・EFSの実践事例を紹介~/aws-cdk-data-restore-aurora-efs
mhrtech
4
640
신뢰할 수 있는 AI 검색 엔진을 만들기 위한 Liner의 여정
huffon
0
300
ABEMA のコンテンツ制作を最適化!生成 AI x クラウド映像編集システム / abema-ai-editor
cyberagentdevelopers
PRO
1
180
[JAWS-UG金沢支部×コンテナ支部合同企画]コンテナとは何か
furuton
3
240
Fargateを使った研修の話
takesection
0
110
プロダクトチームへのSystem Risk Records導入・運用事例の紹介/Introduction and Case Studies on Implementing and Operating System Risk Records for Product Teams
taddy_919
1
170
生成AIの強みと弱みを理解して、生成AIがもたらすパワーをプロダクトの価値へ繋げるために実践したこと / advance-ai-generating
cyberagentdevelopers
PRO
1
180
Emacs x Nostr
hakkadaikon
1
150
グローバル展開を見据えたサービスにおける機械翻訳プラクティス / dp-ai-translating
cyberagentdevelopers
PRO
1
150
Product Engineer Night #6プロダクトエンジニアを育む仕組み・施策
hacomono
PRO
1
460
わたしとトラックポイント / TrackPoint tips
masahirokawahara
1
240
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
95
5.2k
Code Review Best Practice
trishagee
64
17k
A better future with KSS
kneath
238
17k
YesSQL, Process and Tooling at Scale
rocio
167
14k
Speed Design
sergeychernyshev
24
570
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
For a Future-Friendly Web
brad_frost
175
9.4k
Automating Front-end Workflow
addyosmani
1365
200k
Why Our Code Smells
bkeepers
PRO
334
57k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
504
140k
Making Projects Easy
brettharned
115
5.9k
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