$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Quick-Start With PhpStorm IDE on Ubuntu 16.10 Yakkety

January 5, 2017 | By the+gnu+linux+evangelist.

PhpStorm IDE Installation for Ubuntu

Hello Linux user! The Tutorial shows you Step-by-Step How to Install and Getting Started with the JetBrains PhpStorm IDE for PHP Code and Frameworks Development on Ubuntu 16.10 Yakkety Yak GNU+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.

PhpStorm IDE main Features:

  • Intelligent Coding Assistance
  • Debugging, Tracing & Testing
  • HTML/CSS/JavaScript Editor
  • Development Environment
JetBrains PhpStorm Install for Ubuntu 16.10 Yakkety - Featured
  1. Download Latest PhpStorm 30 day Trial Installer

    PhpStorm for Linux
  2. Open a Shell Terminal emulator window
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    Quick Start PhpStorm Ubuntu 16.10 Yakkety - Open Terminal

    In case first see: Terminal QuickStart Guide.

  3. Double-Click on Archive and Extract into /tmp.

    Linux Ubuntu 16.10 Yakkety PhpStorm 10 Installation - Extraction
    Or from Command Line:

    tar xvzf ~/Downloads/PhpStorm*.tar.gz -C /tmp/
  4. Installing PhpStorm IDE on Ubuntu GNU/Linux.

    Giving the right Permissions:

    sudo chown -R root:root /tmp/PhpStorm*

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    Relocating PhpStorm contents:

    sudo mv /tmp/PhpStorm* /opt/PhpStorm

    Making a symlink:

    sudo ln -s /opt/PhpStorm/bin/phpstorm.sh /usr/local/bin/phpstorm
  5. Launching the PhpStorm IDE.

    phpstorm

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

  6. Getting Started with PhpStorm IDE

    PhpStorm Getting Started Guide

    Linux Ubuntu PhpStorm Getting Started Guide - PhpStorm quickstart