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

How to Install Appcelerator Titanium Studio on Ubuntu 14.04 Trusty LTS 64-bit Linux Step-by-Step

April 19, 2014 | By the+gnu+linux+evangelist.

Install Appcelerator Titanium for Ubuntu 14.04 Trusty 64-bit

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Appcelerator Titanium Studio for Ubuntu 14.04 Trusty Tahr LTS Amd64 Linux.

Appcelerator Titanium is an Open, Extensible Development Environment for Creating Native Apps for iOS, Android, and BlackBerry, as well as hybrid and HTML5.

Titanium uses a JavaScript Interpreter to create a Bridge between your app’s JavaScript code and the underlying Native Platform.

The Titanium Studio Installation Ubuntu Require:

  • At Least 2Gb of RAM
  • The Oracle Java JDK
  • The Node.js for Command Line Tool

So Inside the Guide you will Find Links to Guides on Installing the Oracle JDK 7 for Ubuntu and Initial Titanium Studio Quick Start SetUp.

Install Appcelerator Titanium Ubuntu 14.04 Trusty Amd64 - Featured
  1. Download Appcelerator Titanium Studio for Linux

    Here Appcelerator Titanium Linux
    Link to Download Appcelerator Titanium Studio for Ubuntu

    Login into your Appcelerator Account and Get GNU/Linux Release.

  2. Double-Click on Package and Extract into /tmp.

    Install Titanium Studio Ubuntu 14.04 Trusty Amd64 - Archive Extraction
    Or from Command Line:

    Copy
    unzip -d /tmp/ $HOME/Downloads/titanium.studio*.zip
  3. Open Terminal Window
    (Press “Enter” to Execute Commands).

    Ctrl+Alt+t

    Install Titanium Studio Ubuntu 14.04 Trusty Amd64 - Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. SetUp local PATH.

    Copy
    echo 'export MOZILLA_FIVE_HOME=/usr/lib/mozilla' >> ~/.bashrc
    Copy
    bash
  5. Install Required Packages for Titanium Studio.

    Copy
    sudo su

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

    Copy
    apt-get install libjpeg62 libwebkitgtk-1.0-0 lib32z1 lib32ncurses5 lib32bz2-1.0 ruby libncurses5:i386
  6. How to Install Recommended Oracle Java JDK on Ubuntu

    Here Install Oracle JDK for Ubuntu
    How to Install Oracle-Sun Java SE JDK on Linux Ubuntu
  7. Relocate Titanium Studio.

    Copy
    sudo chown -R root:root /tmp/Appcelerator_Studio
    Copy
    mv /tmp/Appcelerator_Studio /opt/AppceleratorStudio
    Copy
    ln -s /opt/AppceleratorStudio/AppceleratorStudio /usr/local/bin/AppceleratorStudio
    Copy
    exit
  8. How to Create an Appcelerator Launcher on Ubuntu Desktop

    Here How Launcher for Ubuntu-Unity
    Link to Guide about How to Create Launcher on Linux UbuntuUnity Desktop
  9. Appcelerator Titanium Studio Quick Start Guide with Initial SetUp

    Here Titanium Studio Quick Start
    How to Quick Start Appcelerator Titanium Studio Development for Android, iOS and Blackberry on Ubuntu.
  10. Appcelerator Titanium Linux Quick Start - First, Launch

    Now Thanks to Appcelerator Company you can Fully Enjoy Cross Platform Mobile App Development with Titanium Studio on Ubuntu Linux.

Install Appcelerator Titanium Ubuntu 14.04 Trusty Amd64 - GUI First, Set-Up