A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
applications:devtools [2013/12/16 12:46]
admin
applications:devtools [2013/12/18 09:37]
admin
Line 4: Line 4:
 First of all I needed my favorite IDE installed. As of this writing, it is the only commercial application that resides on my system. Fortunately JetBrains offers a Linux version. First of all I needed my favorite IDE installed. As of this writing, it is the only commercial application that resides on my system. Fortunately JetBrains offers a Linux version.
  
-===== JetBrains ​PhpStorm IDE ===== +  * [[applications:​devtools:​phpstorm|Install ​PhpStorm IDE]] 
-First you need to **download the tar.gz archive** from Jetbrains web site: [[http://​www.jetbrains.com/​phpstorm/​download/​|download it here...]] +  * [[applications:java:start|Oracle Java7 JDK]] 
- +  [[applications:​devtools:terminator|Terminal Emulators]]
-Then **extract the archive** (supposing it was downloaded to your ~/Downloads directory +
-<​code>​ +
-cd ~/​Downloads +
-tar xvfz PhpStorm-*.tar.gz +
-</​code>​ +
- +
-Then **run the install shell script**: +
-<​code>​ +
-./​PhpStorm-*/​bin/​phpstorm.sh +
-</​code>​ +
- +