Skip to content

Installation

Max Walsch edited this page Dec 23, 2015 · 1 revision

Requirements

In order to use this software you need the following software:

  • Node.js (tested against Node v0.12.2)
  • npm (tested against v2.7.4)

Furthermore you need access to a RabbitMQ instance or any other AMQP 0.9.1 compliant messaging broker. You may take a look at ripienaar/free-for-dev.

Standalone Installation

Installing this software is pretty easy. Just clone the repository somewhere you find it again and install the dependencies.

  1. git clone https://github.com/maxikg/api-client.git (the repository will be cloned into a folder named api-client relative to your current position)
  2. Change the directory into the fresh cloned repository: cd api-client
  3. Install dependencies through npm: npm install

Now you need to configure the software.

Clone this wiki locally