LoginSignup
2
0

More than 5 years have passed since last update.

【IntelliJ】GitHubからプロジェクトを取得する

Last updated at Posted at 2015-11-03

ずっとEclipse派だったけど、世間を見渡せば見渡すほどみんなIntelliJなので、ヒヨってIntelliJを導入。
既存のPlay2プロジェクトをIntelliJで使えるようにするために、結構ハマったのでメモ。
手探りでやっつけたので、もっとスタンダードな方法があるのかも。ないのかも。

[環境]
- Windows8.1
- IntelliJ IDEA 14.1.5(日本語化済み)
- PlayFramework2.4


0.GitとGitHubの設定は済ませておくこと

1.GitHubからプロジェクトの取得
SnapCrab_Welcome to IntelliJ IDEA_2015-11-3_20-52-14_No-00.png
SnapCrab_Enter Master Password_2015-11-3_20-52-31_No-00.png
SnapCrab_Clone Repository_2015-11-3_20-53-1_No-00aaa.png

2.SBTプロジェクトしてプロジェクトを構成する(?)
IntelliJのメニューから、
 ファイル -> New -> Project from Existing Sources
から、取り込んだプロジェクトをSBTプロジェクトとしてImport
SnapCrab_Import Project_2015-11-3_21-4-29_No-00.png

そのまま終了。

とりあえずこれでいけた!!!

Scala開発はIntelliJの方が捗るらしいので、頑張って使い方を覚えていきます。

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