


Importing (or not) settings from previous PhpStorm versions. The first thing is to select whether to import settings from previous PhpStorm versions or not, as shown in the image below. Unfortunately, PhpStorm is not free, but it comes with an evaluation key for a 30 day free trial.Īfter downloading the tar.gz file, the only thing we have to do is uncompress it, place the folder in the directory we want to have PhpStorm (e.g., in $HOME), and execute the bin/phpstorm.sh file. We can download PhpStorm from JetBrains official site. We can install Docker simply via apt-get, without the need of adding any repository, just installing the docker.io package: sudo apt-get updateįor more details, you can follow the Install Docker on Ubuntu Tutorial. Note: Docker requires a 64-bit system with a kernel version equal or higher to 3.10. You may skip environment installation and jump directly to the beginning of the tutorial below.
