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

How to Install Aptana Studio 3 on Lubuntu 16.04 Xenial Easy Visual-Guide

November 12, 2017 | By the+gnu+linux+evangelist.

Install Aptana Studio 3 Lubuntu 16.04 Xenial

Welcome, Lubuntu User! The Tutorial shows you Step-by-Step How to Install Aptana Studio 3 IDE Standalone in Lubuntu 16.04 Xenial GNU/Linux Desktop.

So with the Lubuntu 16.04 Aptana Installation you can Build Web Apps Quickly and Easily Using the World’s Most Powerful Open-Source Web Development IDE. Aptana Studio Harnesses the Flexibility of Eclipse and Focuses it into a Powerful Web Development Engine.

Moreover, Aptana Studio 3 expands on the core capabilities of Aptana Studio 2 for Building, Editing, Previewing and Debugging HTML5, CSS, JavaScript, PHP and Ruby on Rails Web Pages.

To Make the whole Process Easier to Reproduce the Guide the Basic Screenshots of All GUI Steps involved.

The Tutorial is Practical and Contains Just the Essentials Installation Instructions and Commands.

How to Install Aptana Studio 3 on Lubuntu 16.04 Xenial - Featured
  1. Download Standalone Aptana Studio 3 for Linux

    Aptana Studio 3 Linux x86/x64 .zip

    Choose Open with Archive Manager if on Firefox.
    Or then Double-Click on Archive in the File Manager.

  2. And Extract into /tmp.

    Install Aptana Studio 3 Lubuntu 16.04 Xenial Archive Extraction
  3. Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

    How to Install Aptana Studio 3 on Lubuntu 16.04 Xenial - Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. Relocate Aptana-Studio3.

    • System Wide Installation
      Login as SuperUser:

      sudo su

      If Got “User is Not in Sudoers file” then see: How to Enable sudo
      Set the SuperUser as owner:

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

      Relocate Aptana Studio folder:

      mv /tmp/Aptana_Studio_3 /opt

      Make a Symlink:

      ln -s /opt/Aptana_Studio_3/AptanaStudio3 /usr/local/bin/aptanaS3

      Exit from the SuperUser session:

      exit
    • For a Local Installation instead:

      mv /tmp/Aptana_Studio_3 ~
  5. How to Install Required Oracle-Sun JDK on Lubuntu

    Install Oracle JDK 8+ for Lubuntu
  6. Finally, to Start Aptana Studio 3
    From Terminal with:

    • System-Wide Setup:

      aptanaS3
    • Local Installation:

      ~/Aptana_Studio_3/AptanaStudio3

    Create an Aptana-Studio3 Launcher for Desktop Launching.

    Making Launcher for Lubuntu Desktop
  7. How to Install Aptana Studio 3 on Lubuntu 16.04 Xenial - Aptana Studio 3 GUI