PhpStorm Scientific Linux Installation Guide
How to Install PhpStorm in Scientific Linux desktop.
Because PhpStorm is One of the most Intelligent PHP IDE with Refactorings, Code Completion, On-the-Fly Code Analysis and Coding Productivity Orientation.
And the PhpStorm IDE main Features are:
- Intelligent Coding Assistance
- Debugging, Tracing & Testing
- HTML/CSS/JavaScript Editor
- Development Environment
 
- 
First, Open a Shell Terminal emulator window 
 (Press “Enter” to Execute Commands)  In case first see: Terminal QuickStart Guide. 
- 
Download Latest PhpStorm 30 day Trial Installer 
- 
And Extract into /tmp 
 Possibly Double-Click on Package on File manager. 
 Or from Command Line:tar xvzf ~/Downloads/PhpStorm*.tar.gz -C /tmp/ 
- 
Then to Install PhpStorm on Scientific Linux. Set the SuperUser as Owner: sudo chown -R root:root /tmp/PhpStorm* If Got “User is Not in Sudoers file” then see: How to Enable sudo 
 Next Relocate PhpStorm contents:sudo mv /tmp/PhpStorm* /opt/PhpStorm And Make a Symlink: sudo ln -s /opt/PhpStorm/bin/phpstorm.sh /usr/local/bin/phpstorm 
- 
Finally, Launch the PhpStorm IDE. phpstorm Install as a Trial or Insert your Credentials… 
  
 Finally, confirm for Path updating and menu Launcher Creation!
   
- 
How to Getting Started with PhpStorm IDE   
