LoginSignup
3
2

More than 5 years have passed since last update.

【Rails】heroku + route53 + s3を連携してweb appを作る

Posted at

0. 概要

  • webアプリケーションを作成する際にかなり有用だった有用記事まとめ(qiita多め)

1. awsアカウントの作成 & 設定

2. Herokuアプリケーション作成 & デプロイ

  • 基礎知識
  • Herokuはmasterブランチが基本的にデプロイされます。インフラの準備を省くために、デプロイ環境=リリース環境にしたい場合は以下

git push heroku 任意ブランチ名:master

3. Heroku + Route53 + S3の設定(独自ドメイン)

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2