Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 626 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 626 Bytes

install-phpstorm-ubuntu-sh

How to use:

Download and make it executable:

wget https://raw.githubusercontent.com/clfer/install-phpstorm-ubuntu-sh/master/install_phpstorm.sh
chmod +x install_phpstorm.sh

Run it:

#install last stable release
sudo ./install_phpstorm.sh
#install last eap release
sudo ./install_phpstorm.sh --eap
#install specific stable release
sudo ./install_phpstorm.sh -V 2017.3.4
#install specific eap release
sudo ./install_phpstorm.sh -V EAP-141.1412 #old EAP format
sudo ./install_phpstorm.sh -V 181.3870.19

Launch PhpStorm:

phpstorm