UNPKG

1.89 kBMarkdownView Raw
1# Appcelerator Installer [![Build Status](https://travis-ci.org/appcelerator/appc-install.svg?branch=master)](https://travis-ci.org/appcelerator/appc-install) [![npm version](https://badge.fury.io/js/appcelerator.svg)](http://badge.fury.io/js/appcelerator)
2
3This is the installer for the Appcelerator Platform software stack.
4
5## Installation
6
7Install globally using npm such as (if using Windows, don't use sudo prefix):
8
9```bash
10$ [sudo] npm install appcelerator -g
11```
12
13This adds two binary executable commands: `appcelerator` or the shortcut `appc`.
14
15Once installed, you should run setup such as:
16
17```bash
18$ appc setup
19```
20
21This will install the latest version of the Appcelerator Platform tooling. Once installed, you can then run the various commands. To get a valid list of commands, run help:
22
23```bash
24$ appc help
25```
26
27## Switching Versions
28
29By default, the latest downloaded version will be used. You can switch to a newer or older version with the use command:
30
31```bash
32$ appc use 1.2.0
33```
34
35This will switch the active version to 1.2.0. If you don't have this version installed locally, it will fetch this version and download it.
36
37To get a list of all the available versions for download:
38
39```bash
40$ appc use
41
42The following versions are available:
43
440.0.97 Installed (Latest) (Active) Sat Dec 27 2014 22:37:03 GMT-0800 (PST)
450.0.96 Installed Sat Dec 27 2014 17:32:16 GMT-0800 (PST)
46```
47
48## Licensing
49
50This code is Confidential and Proprietary to Appcelerator, Inc. All Rights Reserved. This code MUST not be modified, copied or otherwise redistributed without express written permission of Appcelerator. This file is licensed as part of the Appcelerator Platform and governed under the terms of the Appcelerator license agreement. Your right to use this software terminates when you terminate your Appcelerator subscription.