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

How to Install Aptana Studio 3 on Xubuntu 14.10 Utopic 32-64bit Linux Visual-Guide

February 9, 2015 | By the+gnu+linux+evangelist.

Install Aptana Studio 3 for Xubuntu 14.10 Utopic Linux

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the Aptana Studio 3 IDE Standalone for Xubuntu Linux 14.10 Utopic Unicorn i386/Amd64 Desktop.

Build web applications 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.

Aptana Studio 3 expands on the core capabilities of Aptana Studio 2 for building, editing, previewing and debugging HTML, CSS and JavaScript websites with PHP and Ruby on Rails web development.

To Make the whole Process Easier to Reproduce the How to Install Aptana Studio 3 Xubuntu 14.10 Utopic Includes the Basic Screenshots of All GUI Steps involved.

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

Install Aptana Studio 3 Xubuntu 14.10 Utopic - Featured
  1. Download Standalone Aptana Studio 3 for Linux

    Here Aptana Studio 3 Linux x86/x64 .zip
    Link to Download Latest Aptana Studio 3 Standalone IDE 64-bit for Linux Development
  2. Extract Archive into /tmp
    Possibly Double-Click on it in the File Manager:

    Install Aptana Studio 3 Xubuntu 14.10 Utopic Archive Extraction
  3. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Install Aptana Studio 3 Xubuntu 14.10 Utopic Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. Relocate Aptana-Studio3.

    • System Wide Installation:

      Copy
      sudo chown -R root:root /tmp/Aptana_Studio*
      Copy
      mv /tmp/Aptana_Studio_3 /opt
      Copy
      ln -s /opt/Aptana_Studio_3/AptanaStudio3 /usr/local/bin/aptanaS3
    • Local Installation:

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

    Here Installing Oracle JDK for Xubuntu
    Oracle JDK Setup on Linux Xubuntu
  6. Starting Aptana-Studio3 from Terminal.

    • System-Wide Setup:

      Copy
      aptanaS3
    • Local Installation:

      Copy
      ~/Aptana_Studio_3/AptanaStudio3
  7. Create an Aptana-Studio3 Launcher for Easy&Quick Starting

    Here Making Launcher for Xubuntu-Unity
    Link to Guide about How to Create Launcher on Xubuntu Linux Unity Desktop
  8. Linux Aptana Studio 3 GUI