- 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
- ln -s /usr/local/idea-IU-139.144.2/bin/idea.sh /usr/bin/intellij
- #lets run
- intellij
No comments:
Post a Comment