Installation

Rockefeller is a CLI tool written in Node.js. In order to install it, you will first need Node.js installed on your machine.

Installing Node.js

The easiest way to install Node.js is to download the compiled binaries from the Node.js website. Rockefeller requires Node.js version 6.x or greater in order to run.

Once you have completed the installation on your machine, you can verify it by running these commands:

node --version
npm --version

The above commands should show you the versions of Node and NPM, respectively.

Installing Rockefeller

Once you have Node.js installed, you can use the NPM package manager that is bundled with Node.js to install Rockefeller:

npm install -g rockefeller

When the above commands complete successfully, you should be able to run the Rockefeller CLI to deploy your application.

Next Steps

See the Tutorial section for a tutorial on deploying a simple Node.js application to AWS using Rockefeller.