0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

デプロイしてサービスを公開①

Posted at

デプロイしてサービスを公開

・デプロイとは、アプリを公開すること
・本番環境とは、ユーザーが使っている環境
→環境の種類:本番環境(Production)、ステージング環境(Staging)、開発環境(Development)

アプリを公開する方法
①ローカル環境開発
自分たちのパソコンの中に、rails,dbがある状態

②クラウドに公開する
自分のパソコンから、クラウドにアップロードする。そうすると、外部のユーザーが見ることができる。

クラウドにアップロードすることを、デプロイという

③クラウドの中身
クラウドの設定が大変
これを簡単にできるサービスHeroku

Herokuにデプロイする前に以下の2つの設定を行う必要がある
・画像をアップロードするためにクラウドストレージの設定
・データベースの設定

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?