How to Install Appcelerator Titanium Studio on Ubuntu 15.10 Wily 64-bit Linux

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

Appcelerator Titanium Quick Start for Ubuntu 15.10 Wily 64-bit

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Appcelerator Titanium Studio for Ubuntu 15.10 Wily Werewolf Amd64 GNU+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.

How to Install Syncthing on Ubuntu GNU/Linux Distro
  1. Download Appcelerator Titanium Studio for Linux

    Appcelerator Titanium Linux

    Login into your Appcelerator Account and Get Linux 64-bit Release.

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

    Install Titanium Studio Ubuntu 15.10 Wily Amd64 - Archive Extraction
    Or from Command Line:

    unzip -d /tmp/ $HOME/Downloads/titanium.studio*.zip
  3. Open a Shell Terminal emulator window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    Install Titanium Studio Ubuntu 15.10 Wily Amd64 - Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. SetUp local PATH.

    echo 'export MOZILLA_FIVE_HOME=/usr/lib/mozilla' >> ~/.bashrc
    bash
  5. Install Required Packages for Titanium Studio
    Login as Administrator to get the superUser Powers

    sudo su

    You will be prompted to Insert the SuperUser Password
    If Got “User is Not in Sudoers file” then see: How to Enable sudo

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

    Install Oracle JDK for Ubuntu
  7. Relocate Titanium Studio
    For a System wide Installation we Set the superUser as Holder of Appcelerator

    sudo chown -R root:root /tmp/Appcelerator_Studio

    To Move the Appcelerator stuff into the /opt Directory

    mv /tmp/Appcelerator_Studio /opt/AppceleratorStudio

    Last we Make a Symlink for placing the Appcelerator Studio binary into a working Path

    ln -s /opt/AppceleratorStudio/AppceleratorStudio /usr/local/bin/AppceleratorStudio
    exit
  8. How to Create an Appcelerator Launcher on Ubuntu Desktop

    How Launcher for Ubuntu-Unity
  9. Appcelerator Titanium Studio Quick Start Guide with Initial SetUp

    Titanium Studio Quick Start

Install Appcelerator Titanium Ubuntu 15.10 Wily Amd64 - GUI First, Set-Up


QuickChic Theme • Powered by WordPress