Skip to content

Instantly share code, notes, and snippets.

@vlucas
Forked from kwhinnery/titanium_setup.md
Created January 16, 2013 20:56
Show Gist options
  • Save vlucas/4550878 to your computer and use it in GitHub Desktop.
Save vlucas/4550878 to your computer and use it in GitHub Desktop.

Getting Started with Titanium (Redux)

Now that Titanium is starting to have a proper CLI, installing and using Titanium is 67% more awesome. At some of the CLI commands, you will be asked for config information and your Appcelerator login, but these are the high level steps:

  1. Sign up for an account at appcelerator.com
  2. Install node.js
  3. Install Xcode from the Mac App Store
  4. sudo npm install -g titanium
  5. titanium sdk install --default
  6. titanium create
  7. cd <your new app directory>
  8. titanium build -p ios for iPhone, titanium build -p ios -F ipad for iPad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment