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
13k
Introduction to Netlify
keiko713
1
89
What really happens when you deploy a site on Netlify
keiko713
0
790
Healthy Database
keiko713
2
250
What's wrong with your app?
keiko713
0
300
Heroku101 Kanazawa
keiko713
2
540
Intro of Heroku Support
keiko713
0
390
What is Heroku?
keiko713
0
230
Heroku Support
keiko713
5
3.1k
Other Decks in Technology
See All in Technology
OPENLOGI Company Profile for engineer
hr01
1
12k
【shownet.conf_】ローカル5Gを活用したウォーキングツアーの体感向上
shownet
PRO
0
250
HashHub会社案内「なぜ今、パブリックブロックチェーンに賭けるのか」
hashhub
3
75k
Tracking down sources of kernel errors with retsnoop
ennael
PRO
0
140
Hazard pointers with reference counter
ennael
PRO
0
110
たった一人で始めた音楽制作が気がついたら会社公認の部活動になっていた話〜組織の垣根を超えるコラボレーションを実現するには〜 / On-KAG-bu
piyonakajima
0
160
C# 13 / .NET 9 の新機能 (RC 1 時点)
nenonaninu
1
1.2k
Consoles, printk, Nested-NMIs_ Oh my!
ennael
PRO
0
160
GitHub Actions/Docker/Terraform/Renovate で最小限の Monorepo CD パイプラインを作る / Minimalistic Monorepo CD Pipeline with GitHub Actions, Docker, Terraform and Renovate
yuyatakeyama
4
340
Assisted reorganization of data structures
ennael
PRO
0
220
RAGの性能を評価しよう
kurahara
1
280
Perlで始めるeBPF: 自作Loaderの作り方 / Getting started with eBPF in Perl_How to create your own Loader
takehaya
1
210
Featured
See All Featured
Docker and Python
trallard
40
3k
BBQ
matthewcrist
84
9.2k
Building Adaptive Systems
keathley
37
2.1k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
23
1.7k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
125
18k
Designing with Data
zakiwarfel
98
5.1k
Building a Modern Day E-commerce SEO Strategy
aleyda
37
6.8k
Happy Clients
brianwarren
97
6.7k
Teambox: Starting and Learning
jrom
131
8.7k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
2
210
Optimizing for Happiness
mojombo
375
69k
4 Signs Your Business is Dying
shpigford
180
21k
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