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

How to Install WebStorm IDE on Ubuntu 16.04 Xenial GNU+Linux

February 21, 2016 | By the+gnu+linux+evangelist.

WebStorm IDE Ubuntu Installation Guide

Hello Linux user! The Tutorial shows you Step-by-Step How to Install and Getting Started with the JetBrains WebStorm IDE in Ubuntu 16.04 Xenial Xerus LTS i386/amd64 GNU+Linux Desktop.

And WebStorm for Ubuntu 16.04 is a lightweight yet powerful IDE, perfectly equipped for complex client-side development and server-side development with Node.js.

Moreover, WebStorm IDE is for Development in JavaScript, Node.js, Angular.js, Meteor, TypeScript, CoffeeScript, Dart, SASS, CSS and HTML.

Finally, WebStorm IDE main Features:

  • Intelligent Coding Assistance
  • Debugging, Tracing & Testing
  • Seamless Tool Integration
  • IDE features
JetBrains WebStorm Install for Ubuntu 16.04 Xenial - Featured
  1. Download Latest WebStorm 30 day Trial Installer

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

    Quick Start WebStorm Ubuntu 16.04 Xenial - Open Terminal

    In case first see: Terminal QuickStart Guide.

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

    Linux Ubuntu 16.04 Xenial WebStorm 10 Installation - Extraction
    Or from Command Line:

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

    Giving the right Permissions:

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

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

    sudo mv /tmp/WebStorm* /opt/WebStorm

    Making a symlink:

    sudo ln -s /opt/WebStorm/bin/webstorm.sh /usr/local/bin/webstorm
  5. Launching the WebStorm IDE.

    webstorm

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

  6. Getting Started with WebStorm IDE

    WebStorm Quick Start Guide

    Linux Ubuntu WebStorm Quick Start Guide - webstorm quickstart