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

How to Install Appcelerator Titaniun SDK & CLI on Linux Easy Guide

January 2, 2016 | By the+gnu+linux+evangelist.

Appcelerator SDK+CLI Quick Start for Linux

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the Latest Appcelerator Titanium SDK and CLI on GNU/Linux Systems.

The Appcelerator Titanium SDK is now Required to Install the Latest Appcelerator Titaniun Studio 4.4 on Linux OSs.

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 Appcelerator Titanium Installation on Fedora Require:

  • At Least 2Gb of RAM
  • The Oracle Java JDK
  • The Node.js for Command Line Tool
  • The Android SDK Tools
  1. How to Install the Latest Node.js on Linux.

    Here Linux node.js Installation
    Guide to Install the Latest node.js Release on Linux
  2. Install appcelerator Node.js Module.

    Copy
    sudo npm install -g appcelerator
  3. How to Install Android SDK Tools on Linux

    Here Install Android SDK for Linux
    How to Install and Getting-Started with Android Development on Linux by Android SDK Tools
  4. Installing Appcelerator SDK on GNU/Linux on command line

    Copy
    appc use latest
    Copy
    appc setup

    After you should also be able to Run the Latest Android Studio 4.4 on Linux