Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jq インストール手順の追加 #523

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/DEPLOY_ON_AWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@ Cloud9 の Preview 機能を使うためには、localhost の 8080 ~ 8082 ポ
... 省略
```

変更後にファイルを保存してください。その後は[こちら](/docs/DEVELOPMENT.md) の手順に従います。以下のコマンドを実行してください。
変更後にファイルを保存してください。続いて、後続のコマンドの内部で利用する `jq` をインストールします。

```bash
sudo yum -y install jq
```

その後は[こちら](/docs/DEVELOPMENT.md) の手順に従います。以下のコマンドを実行してください。

```bash
npm run web:devw
Expand Down
Loading