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
Explain EXPLAIN
keiko713
10
3.1k
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
820
Healthy Database
keiko713
2
260
What's wrong with your app?
keiko713
0
310
Heroku101 Kanazawa
keiko713
2
560
Intro of Heroku Support
keiko713
0
400
What is Heroku?
keiko713
0
240
Other Decks in Technology
See All in Technology
How to be an AWS Community Builder | 君もAWS Community Builderになろう!〜2024 冬 CB募集直前対策編?!〜
coosuke
PRO
2
2.8k
Snowflake女子会#3 Snowpipeの良さを5分で語るよ
lana2548
0
220
20241220_S3 tablesの使い方を検証してみた
handy
3
200
OpenAIの蒸留機能(Model Distillation)を使用して運用中のLLMのコストを削減する取り組み
pharma_x_tech
4
540
ハイテク休憩
sat
PRO
2
120
Fanstaの1年を大解剖! 一人SREはどこまでできるのか!?
syossan27
2
160
NW-JAWS #14 re:Invent 2024(予選落ち含)で 発表された推しアップデートについて
nagisa53
0
250
OpenShift Virtualizationのネットワーク構成を真剣に考えてみた/OpenShift Virtualization's Network Configuration
tnk4on
0
130
AWS re:Invent 2024 ふりかえり
kongmingstrap
0
130
AIのコンプラは何故しんどい?
shujisado
1
190
マルチプロダクト開発の現場でAWS Security Hubを1年以上運用して得た教訓
muziyoshiz
2
2.1k
あの日俺達が夢見たサーバレスアーキテクチャ/the-serverless-architecture-we-dreamed-of
tomoki10
0
420
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
170
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
The World Runs on Bad Software
bkeepers
PRO
65
11k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
How STYLIGHT went responsive
nonsquared
95
5.2k
Typedesign – Prime Four
hannesfritz
40
2.4k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.3k
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