-
Notifications
You must be signed in to change notification settings - Fork 24
Installation
If you choose to install Apigee-127 using npm you will need npm version 1.3 or higher. You will also need Node.js version 0.10.24 or higher.
You can install apigee-127
either through npm or by cloning and linking the code from GitHub. This document covers the installation details for installing from npm.
The apigee-127
module and its dependencies are designed for Node.js and is available through npm using the following command:
$ sudo npm install -g apigee-127
NOTE:
sudo
may be required with the-g
option which places thea127
command-line commands in you PATH. If you do not use-g
, then you need to add theapigee-127/bin
directory to your PATH manually.Typically, the
-g
option places modules in:/usr/local/lib/node_modules/apigee-127
on *nix-based machines.
npm install -g apigee-127
Apigee-127 places most of its files that it depends on at a global level in ~/.a127
. This includes an accounts
file that has details about the configured accounts and an optional usergrid
directory if you choose to download and use Usergrid through the a127
command line.
For a list of dependencies and Node.js modules that are relevant to an Apigee 127 project, see Apigee 127 modules
Having Trouble? Try posting your question to the Apigee Community. Or, for more links and resources, check out our Help Page
Need help? Visit the Apigee Community ! |
---|
-
Getting started
-
Add policies to your API
-
Add security policies
-
Deploy your projects
-
Programmatic hooks
-
Good to know about
-
Deep dives
-
Reference topics
-
Troubleshooting and getting help
-
Related resources