After you have activator installed.Run:
- activator idea install
Run the following for installing intellij:
- cd /usr/local/
- #download intellij eap 14 ultimate
- wget http://download.jetbrains.com/idea/ideaIU-139.144.2.tar.gz
- tar xf ideaIU-139.144.2.tar.gz
- rm ideaIU-139.144.2.tar.gz
- #Make sure that root has permissions all the way through the unzipped directory
- chown -R root:root idea-IU-139.144.2/
- cd idea-IU-139.144.2/bin/
- #script to run start IDE conveniently
- echo "sh /usr/local/idea-IU-139.144.2/bin/idea.sh&" > /intellij.sh
- #lets run
- sh /intellij.sh
You will need IntelliJ Scala Plugin for using play framework.
See : https://confluence.jetbrains.com/display/SCA/Getting+Started+with+IntelliJ+IDEA+Scala+Plugin for installing sclala plugin on intellij.
References:
https://www.playframework.com/documentation/2.2.3/IDE
No comments:
Post a Comment