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

SonarQube に関するドキュメントを更新 #882

Merged
Changes from 1 commit
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
Prev Previous commit
Oracle JRE8 に関する説明を更新
  • Loading branch information
m-tmatma committed May 1, 2019
commit d259aabde26334be9d7ca7d2e7d2d3a4bbc2d720
7 changes: 6 additions & 1 deletion SonarQube.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@ https://sonarcloud.io/account/security/ のページでいつでも Access Token

### ローカルで実行する場合の環境設定 (事前準備)

1. https://java.com/ja/download/manual.jsp から **64bit 版 の JAVA のランタイム** をダウンロードしてインストールする
1. Oracle JRE8 の **64bit 版のランタイム** をダウンロードしてインストールする
1. Oracle JRE8 https://java.com/ja/download/manual.jsp (2019/05/02 現在)
1. Open JRE8 は Windows 版はダウンロードできなさそう。
1. 参考: [Prerequisites and Overview (Supported Platforms)](https://docs.sonarqube.org/latest/requirements/requirements/#header-3)
1. 参考: [SonarQubeの Java 11 対応状況](https://qiita.com/hayao_k/items/2cd81161f8dffd3a178b)

1. `JAVA_HOME` の環境変数を設定する

Expand Down