Install & run IntelliJ 14 Ultimate EAP on CentOS 6 Script(.sh)

  1. cd /usr/local/
  2. #download intellij eap 14 ultimate
  3. wget http://download.jetbrains.com/idea/ideaIU-139.144.2.tar.gz
  4. tar xf ideaIU-139.144.2.tar.gz
  5. rm ideaIU-139.144.2.tar.gz
  6. #Make sure that root has permissions all the way through the unzipped directory
  7. chown -R root:root idea-IU-139.144.2/
  8. cd idea-IU-139.144.2/bin/
  9. #script to run start IDE conveniently
  10. ln -s /usr/local/idea-IU-139.144.2/bin/idea.sh /usr/bin/intellij
  11. #lets run
  12. intellij

No comments:

Post a Comment