-
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 --unsafe-perm
NOTE: The --unsafe-perm option gives npm permission to create a folder in the
~/.a127
directory. Installing withsudo
places thea127
command-line tool in your PATH.
NOTE: Using
sudo
with the-g
option places thea127
command-line tool in your PATH (in/usr/local/bin
by default). Also,-g
typically places modules in: :/usr/local/lib/node_modules/apigee-127
on *nix-based machines.
NOTE: Advanced npm users may choose to change the default npm
prefix
setting to point to a directory that doesn't requiresudo
to write to. The defaultprefix
setting is/usr/local
. For example:npm set prefix /Users/myhome/.npm
. For details, refer to the npm documentation.
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