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?

AWS LightSailでwordpressを作成する手順をまとめる

1. インスタンスの作成

  1. AWSでLightsailを開き、「インスタンスの作成」をクリック。
  2. プラットフォーム:「Linux/Unix」、設計図 「WordPress」 を選択。
  3. 最安の料金プランを選び、最下部の 「インスタンスの作成」 をクリック。

2. 静的IP(固定IP)の割り当て

これをしないと、サーバー再起動時にURL(IPアドレス)が変わってしまいます。

  1. 作成したインスタンスを開き、「ネットワーキング」 タブ 「静的 IP のアタッチ」 をクリック。
  2. 適当な名前を入力し、「作成してアタッチ」 をクリック。画面に表示されたIPアドレスをコピー。

3. WordPressへのログイン

  1. コピーしたIPアドレスをブラウザに入力し、WordPressが開くのを確認。
  2. http://[コピーしたIP]/wp-admin から管理画面を開く。
  3. ユーザー名に user と入力。
  4. パスワード確認: Lightsail画面の 「SSH を使用して接続」(黒い画面のボタン)をクリックし、以下を実行して表示された文字列をコピー。
    cat bitnami_application_password
    
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?