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
300
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
Exploring Postgres VACUUM with the VACUUM Simulator
keiko713
5
14k
Introduction to Netlify
keiko713
1
90
What really happens when you deploy a site on Netlify
keiko713
0
810
Healthy Database
keiko713
2
250
What's wrong with your app?
keiko713
0
300
Heroku101 Kanazawa
keiko713
2
550
Intro of Heroku Support
keiko713
0
390
What is Heroku?
keiko713
0
230
Heroku Support
keiko713
5
3.2k
Other Decks in Technology
See All in Technology
第1回 国土交通省 データコンペ参加者向け勉強会③- Snowflake x estie編 -
estie
0
130
マルチモーダル / AI Agent / LLMOps 3つの技術トレンドで理解するLLMの今後の展望
hirosatogamo
37
12k
開発生産性を上げながらビジネスも30倍成長させてきたチームの姿
kamina_zzz
2
1.7k
10XにおけるData Contractの導入について: Data Contract事例共有会
10xinc
6
660
ノーコードデータ分析ツールで体験する時系列データ分析超入門
negi111111
0
420
Incident Response Practices: Waroom's Features and Future Challenges
rrreeeyyy
0
160
TanStack Routerに移行するのかい しないのかい、どっちなんだい! / Are you going to migrate to TanStack Router or not? Which one is it?
kaminashi
0
600
EventHub Startup CTO of the year 2024 ピッチ資料
eventhub
0
120
誰も全体を知らない ~ ロールの垣根を超えて引き上げる開発生産性 / Boosting Development Productivity Across Roles
kakehashi
1
230
ISUCONに強くなるかもしれない日々の過ごしかた/Findy ISUCON 2024-11-14
fujiwara3
8
870
組織成長を加速させるオンボーディングの取り組み
sudoakiy
2
210
CDCL による厳密解法を採用した MILP ソルバー
imai448
3
150
Featured
See All Featured
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.8k
Automating Front-end Workflow
addyosmani
1366
200k
Why Our Code Smells
bkeepers
PRO
334
57k
Intergalactic Javascript Robots from Outer Space
tanoku
269
27k
Teambox: Starting and Learning
jrom
133
8.8k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
430
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
The Pragmatic Product Professional
lauravandoore
31
6.3k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Six Lessons from altMBA
skipperchong
27
3.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