Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The purpose of this software is to provide a way to connect and consume the Abiquo Outbound API /wiki/spaces/doctest/pages/311374677 and use some extra functionality not yet included in the Abiquo core platform. It also provides an easy path for you to develop custom handlers for Outbound API events.

Install and configure AOng

AOng Prerequisites

AOng is a standard Ruby on Rails application, using [Resque](https://github.com/resque/resque) for background job processing and [em-eventsource](https://github.com/AF83/em-eventsource) to consume the Abiquo Outbound API. Testing  Testing has been done under Linux CentOS 6, but it might work under other platforms.

To run the application first install:

  • Ruby 2.0 or greater with rubygems (recommended install using rvm, see http://rvm.io/)
  • Redis Server
  • RDBMS supported by Rails (Activerecord)

Install Rails Prerequisites

...