UNPKG

643 BMarkdownView Raw
1# APEX Nitro Installation
2
3## System Requirements
4
5- [Node.js](https://nodejs.org)
6- [SQLcl](http://www.oracle.com/technetwork/developer-tools/sqlcl/overview/index.html) _(optional, used in the [upload feature](upload.md))_
7
8## Install
9
10APEX Nitro is installed from [npm](https://www.npmjs.com/package/apex-nitro), the Node.js package manager. After installing Node.js, open a command line and run the following:
11
12```bash
13npm install -g apex-nitro
14```
15
16Explanation:
17
18- `npm` invokes npm
19- `install` install a module from the npm registry
20- `-g` installation should be done **globally**
21- `apex-nitro` the name of the package we are installing