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

How to Install Command-Line Interface (CLI) for Cordova/PhoneGap on Linux

January 24, 2014 | By the+gnu+linux+evangelist.

Install Cordova CLI on Linux

The Guide shows you How to Install Command-Line Interface for Cordova Mobile Cross-Platform Development on Linux.

Apache Cordova is an Open-Source Mobile Development Framework that allows you to use Standard Web Technologies such as HTML5, CSS3, and JavaScript for Cross-Platform Development, avoiding each Mobile Platforms Native Development Language.

Applications execute within wrappers targeted to each platform, and rely on standards-compliant API bindings to access each device’s sensors, data, and network status.

On the Cordova CLI Installation Linux Guide Bottom you find Link to Getting Started with Appcelerator Titanium Studio for Cross-Platform Mobile Development on Linux.

Apache Cordova
  1. How to Install Latest Node.js on Linux.

    Linux node.js Installation
  2. Open a Command Line Session.

  3. Installing Cordova CLI.

    sudo npm install -g cordova

    The installation log may produce errors for any uninstalled platform SDKs.

    To Getting Started with Android Mobile Development with Cordova you Need the SDK Installed…

    How to Getting Started with Android SDK on Linux.

    Install Android SDK Linux
  4. Install Appcelerator Titanium for Cross-Platform Mobile on Linux.

    Install Titanium on Linux