Skip to content

Install Node.js, the Android SDK, and Telerik NativeScript in Ubuntu via a single script

License

Notifications You must be signed in to change notification settings

poorcoder/ubuntu-nativescript-installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PayPal Square

Ubuntu NativeScript Installer

Installs Android, Java JDK, Node.js, and Telerik NativeScript on Ubuntu x64 architectures. Tested with Ubuntu 14.04 Trusty Tahr, but should work with anything greater.

Usage

After cloning the repository or downloading the project, using your Terminal, navigate into the project directory. You'll need to give the script execute permission in case GitHub stripped it out. This can be done by running the following in the Terminal:

chmod +x ubuntu_nativescript_installer.sh

With the script having execute permission, execute the script by running:

sudo ./ubuntu_nativescript_installer.sh

A few things to note here:

  1. It is very important you are not logged into the root user account of your operating system
  2. You need to use sudo from your regular account
  3. NativeScript will ask you two questions at the end of the script making this script not completely automated

When finished, you will be able to build NativeScript applications without additional steps required.

Contribution Rules

All contributions must be made via the development branch. This keeps the project more maintainable in terms of versioning as well as code control.

Have a question or found a bug (compliments work too)?

Tweet me on Twitter - @nraboy

Resources

Telerik NativeScript - http://www.nativescript.org

Node.js - http://www.nodejs.org

Android - http://developer.android.com

About

Install Node.js, the Android SDK, and Telerik NativeScript in Ubuntu via a single script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%