Skip to content

Instantly share code, notes, and snippets.

@mborodov
Last active April 30, 2018 15:38
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mborodov/e4212daf395cd97d5f55 to your computer and use it in GitHub Desktop.
Save mborodov/e4212daf395cd97d5f55 to your computer and use it in GitHub Desktop.
PhpStorm 10 Install in Ubuntu 14.04

PhpStorm 10 Install in Ubuntu 14.04

  1. Install JAVA (https://www.digitalocean.com/community/tutorials/how-to-install-java-on-ubuntu-with-apt-get)
  2. 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
  1. Activate Phpstorm

Activate window

  1. Cool icon for PhpStorm and Numix-Circle icon theme

Cool Icon

cd /opt/PhpStorm-143.381.48/bin/
mv webide.png webide.png.bak
wget -O webide.png https://yadi.sk/i/GAGUceDwkTzsb
@tasatko
Copy link

tasatko commented Apr 9, 2016

tar -xzf PhpStorm-10.0.1.tar.gz
instead of
tar -xzf http://download.jetbrains.com/webide/PhpStorm-10.0.1.tar.gz

@ordavidil
Copy link

Additional step will be to create a desktop entry.

Click on Tools -> Create Desktop Entry...

@moksel
Copy link

moksel commented Jul 26, 2016

@sghaierbs
Copy link

here is a working link to the phpStrom 10 version
wget http://download-cf.jetbrains.com/webide/PhpStorm-10.0.4.tar.gz

other previous PhpStorm releases:
https://confluence.jetbrains.com/display/PhpStorm/Previous+PhpStorm+Releases

u're welcome

@MN-dev
Copy link

MN-dev commented Oct 27, 2016

i was download phpstorm before but i got this problem how i can fix that ? [[][][][][][][] language interface

https://raw.githubusercontent.com/hunter2020/img/master/Screenshot%20from%202016-10-27%2020%3A27%3A50.png

@olivertappin
Copy link

A simple script to update to the latest version of PhpStorm on Ubuntu: https://gist.github.com/olivertappin/e5920e131db9a451c91aa6e2bc24dc40

@flexiondotorg
Copy link

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

sudo apt install snapd
sudo snap install phpstorm --classic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment