Skip to content

Version 1.0.0 of Jetbrains PhpStorm Installer for (Debian) Linux released

I started getting tired of installing phpstorm by hand again and again. Did I mention that installing is the same as updating?.
Since the ide is for php, of course I wrote the installer in php.

# simple install or update
php phpstorm.php path/to/linux/php/version.tar.gz 

# install or update and change group
#   good if you created a "developer" group on your system
php phpstorm.php path/to/linux/php/version.tar.gz your_group_name
I hope you are going to enjoy it.