UNPKG

1.98 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> WARNING. This software is not yet released or ready for use. Please check back soon!
6
7## Installation
8
9Install globally using npm such as (if using Windows, don't use sudo prefix):
10
11```bash
12$ [sudo] npm install appcelerator -g
13```
14
15This adds two binary executable commands: `appcelerator` or the shortcut `appc`.
16
17Once installed, you should run setup such as:
18
19```bash
20$ appc setup
21```
22
23This 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:
24
25```bash
26$ appc help
27```
28
29## Switching Versions
30
31By default, the latest downloaded version will be used. You can switch to a newer or older version with the use command:
32
33```bash
34$ appc use 1.2.0
35```
36
37This 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.
38
39To get a list of all the available versions for download:
40
41```bash
42$ appc use
43
44The following versions are available:
45
460.0.97 Installed (Latest) (Active) Sat Dec 27 2014 22:37:03 GMT-0800 (PST)
470.0.96 Installed Sat Dec 27 2014 17:32:16 GMT-0800 (PST)
48```
49
50## Licensing
51
52This 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.
\No newline at end of file