Install PhoneGap for Red Hat Linux
The Step-by-Step Guide shows you How to Install the Latest Adobe PhoneGap for Red Hat Enterprise Linux Desktops.
The PhoneGap is Tied to Node.js npm installer, so you need to have a working Node.js on System.
PhoneGap Supports App Development for the Following Mobile Devices:
- iPhone
- Android
- Blackberry
- WebOS
- Windows
- Symbian
- Bada
PhoneGap is a Free and Open Source Framework for Mobile Apps Development using Standardized web APIs for the platforms you care about.
Here is a List of PhoneGap Supported Features: PhoneGap API for Devices
-
How to Install the Latest Node.js on Red Hat Linux
-
Open a Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Installing PhoneGap for Red Hat Linux
cd
su -c "npm install -g phonegap"
-
Then to Create and Run App
phonegap create myApp
cd myApp
phonegap run Android
-
Getting-Started with PhoneGap App Development