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

How to Install PhpStorm on Manjaro Gnu/Linux Easy Guide

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

Installing

  1. 2. Downloading

    Download Latest PhpStorm 30 day Trial Installer

    PhpStorm for Linux
  2. 3. Extracting

    Then Extract into /tmp
    Possibly Double-Click/Right-Click on Package to Open with Archive Manager:

    How to Install PhpStorm on Manjaro - Extraction
    Or from Command Line:

    tar xvzf ~/Downloads/PhpStorm*.tar.gz -C /tmp/
  3. 4. Installing

    Next to Install PhpStorm on Manjaro.

    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
  4. 5. Launching

    Finally, Launch the PhpStorm IDE
    From Shell with:

    phpstorm

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

  5. 6. Getting Started

    How to Getting-Started with PhpStorm IDE

    PhpStorm Getting-Started Guide

    How to Install PhpStorm on Manjaro - PhpStorm quickstart

Contents