- Install JAVA (https://www.digitalocean.com/community/tutorials/how-to-install-java-on-ubuntu-with-apt-get)
- Download and install Phpstorm 10
cd /tmp
wget http://download.jetbrains.com/webide/PhpStorm-10.0.1.tar.gz
tar -xzf http://download.jetbrains.com/webide/PhpStorm-10.0.1.tar.gz
mv PhpStorm-143.381.48/ /opt/
/opt/PhpStorm-143.381.48/bin/phpstorm.sh
- Activate Phpstorm
- Cool icon for PhpStorm and Numix-Circle icon theme
cd /opt/PhpStorm-143.381.48/bin/
mv webide.png webide.png.bak
wget -O webide.png https://yadi.sk/i/GAGUceDwkTzsb
JetBrains are publishing their entire IDE portfolio as snaps, including PHPStorm. Snaps work on all supported versions of Ubuntu, including 14.04. Some of the advantages of the JetBrains snaps are that they are always up to date, will automatically stay updated and are very easy to install.
Install PHPStorm on Ubuntu 14.04