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
Heroku 3mins FAQ
Search
Keiko Oda
January 16, 2014
Technology
0
330
Heroku 3mins FAQ
Slides for Heroku Meetup #11
Keiko Oda
January 16, 2014
Tweet
Share
More Decks by Keiko Oda
See All by Keiko Oda
Practical Query Tuning in PostgreSQL
keiko713
1
130
Explain EXPLAIN
keiko713
20
5k
Exploring Postgres VACUUM with the VACUUM Simulator
keiko713
6
15k
Introduction to Netlify
keiko713
1
110
What really happens when you deploy a site on Netlify
keiko713
0
880
Healthy Database
keiko713
2
300
What's wrong with your app?
keiko713
0
340
Heroku101 Kanazawa
keiko713
2
610
Intro of Heroku Support
keiko713
0
440
Other Decks in Technology
See All in Technology
AIエージェント最前線! Amazon Bedrock、Amazon Q、そしてMCPを使いこなそう
minorun365
PRO
15
5.2k
SalesforceArchitectGroupOsaka#20_CNX'25_Report
atomica7sei
0
170
250627 関西Ruby会議08 前夜祭 RejectKaigi「DJ on Ruby Ver.0.1」
msykd
PRO
2
290
急成長を支える基盤作り〜地道な改善からコツコツと〜 #cre_meetup
stefafafan
0
120
BigQuery Remote FunctionでLooker Studioをインタラクティブ化
cuebic9bic
3
300
Oracle Cloud Infrastructure:2025年6月度サービス・アップデート
oracle4engineer
PRO
2
240
PostgreSQL 18 cancel request key長の変更とRailsへの関連
yahonda
0
120
Delegating the chores of authenticating users to Keycloak
ahus1
0
120
登壇ネタの見つけ方 / How to find talk topics
pinkumohikan
5
480
Witchcraft for Memory
pocke
1
350
エンジニア向け技術スタック情報
kauche
1
260
あなたの声を届けよう! 女性エンジニア登壇の意義とアウトプット実践ガイド #wttjp / Call for Your Voice
kondoyuko
4
450
Featured
See All Featured
The Pragmatic Product Professional
lauravandoore
35
6.7k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Why You Should Never Use an ORM
jnunemaker
PRO
57
9.4k
Music & Morning Musume
bryan
46
6.6k
Unsuck your backbone
ammeep
671
58k
GitHub's CSS Performance
jonrohan
1031
460k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Transcript
Heroku 3mins FAQ Technical Support Engineer Keiko Oda (@keiko713) 1
About Me 2 Keiko Oda Heroku, Inc. Technical Support Engineer
-‐ Core Support
Heroku (Japan) 3 ·ͭͱ͞Μ ͩ͞͞͞Μ ͳ͔ͩ͞Μ ͍͋͟Θ͞Μ ͓͚͍ͩ͜ ʢRubyͭͬͨ͘ͻͱʣ ʢRuby͜Θͯ͠Δͻͱʣ
ʢRubyͳ͓ͯ͠Δͻͱʣ ʢRubyίϛολʔΒ͍͠ʣ ʢ;ͭ͏ͷͻͱʣ ͍͍ͩͨ͋ͬͯΔ Matz made Ruby Nobu fixes Ruby Koichi breaks Ruby Ayumu sells Ruby Keiko supports Ruby
Heroku Support Team 4 Neil Caio Keiko Rhys JD Brett
Clint Ryan Chris Chad
Frequently Asked Questions 5 3 mins
Custom domain All apps on Heroku are accessible via their
herokuapp.com app subdomain e.g. appname.heroku.com ΧελϜυϝΠϯΛ༻͢Δʹઃఆ͕ඞཁ 6
Domainͷछྨ * subdomain: www.heroku.com * root/apex domain: heroku.com * wildcard
domain: *.heroku.com 7
Step1: Add custom domains 8 Heroku CLI or dashboard https://devcenter.heroku.com/articles/custom-‐domains
$ heroku domains $ heroku domains:add example.com $ heroku domains:remove example.com
Step2: Configure DNS record 9 * For subdomain or wildcard
domain CNAME Record Name Target CNAME www or * appname.herokuapp.com
Step2: Configure DNS record 10 * For root domain ALIAS/ANAME
OR subdomain redirection Record Name Target ALIAS or ANAME <empty> or @ appname.herokuapp.com
Step2: Configure DNS record 11 * For root domain ALIAS/ANAME
OR subdomain redirection Record Name Target URL or Forward example.com www.example.com
SSL Endpoint 12 Use the SSL Endpoint add-‐on ($20/month) https://devcenter.heroku.com/articles/ssl-‐endpoint
$ heroku addons:add ssl:endpoint $ heroku certs $ heroku certs:add server.crt server.key
SSL Endpoint ͷҙ 13 * Please don’t forget to update
your CNAME!!! * New endpoint will be given when you add your certs! (e.g. sample.herokussl.com) * You can’t use subdomain redirection for your apex domain!! (it’ll cause a browser error)
Add-‐ons * Zerigo DNS (free plan will be disappeared soon!)
* Point DNS 14
Thank you for using Heroku! 15