How to Install Phpstorm Scientific Linux Easy Guide

August 26, 2018 | By the+gnu+linux+evangelist.

PhpStorm Scientific Linux Installation Guide

Hi! The Tutorial shows you Step-by-Step How to Install PhpStorm 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
How to Install PhpStorm Scientific Linux - Featured
  1. First, Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

    How to Install PhpStorm Scientific Linux - Open Terminal
  2. Download Latest PhpStorm 30 day Trial Installer

    PhpStorm for Linux
  3. And Extract into /tmp
    Possibly Double-Click on Package on File manager.

    How to Install PhpStorm Scientific Linux - Extraction
    Or from Command Line:

    tar xvzf ~/Downloads/PhpStorm*.tar.gz -C /tmp/
  4. 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
  5. Finally, Launch the PhpStorm IDE.

    phpstorm

    Install as a Trial or Insert your Credentials…
    How to Install PhpStorm Scientific Linux - welcome
    Finally, confirm for Path updating and menu Launcher Creation!
    How to Install PhpStorm Scientific Linux - setting up path and shortcut

  6. How to Getting-Started with PhpStorm IDE

    PhpStorm Getting-Started Guide

    How to Install PhpStorm Scientific Linux - PhpStorm quickstart


QuickChic Theme • Powered by WordPress