In this tutorial you will learn how to install PhpStorm on Linux Mint/Ubuntu Desktop.
Code used during this tutorial:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Install PhpStorm on Linux Mint/Ubuntu Desktop # PhpStorm requires JVM # Download from https://www.jetbrains.com/phpstorm/download/ cd ~/Downloads/ # Unzip/extract .tar.gz file tar -xvzf PhpStorm-9.0.2.tar.gz -C ~/Documents/ cd ~/Documents/<PhpStorm>/ # Linux Installation Instructions vi Install-Linux-tar.txt # Change dir to PhpStorm bin dir cd ~/Documents/<PhpStorm>/bin/ ./phpstorm.sh |
Useful links:
https://www.jetbrains.com/phpstorm/download/