[![Akera Logo](http://akera.io/logo.png)](http://akera.io/)

  Lightweight application server for [Progress OpenEdge](http://www.progress.com) 
  built on the [node.js](http://nodejs.org) platform.

## Installation

```bash
$ npm set registry "http://repository.akera.io/"
$ npm install akera-server
```

## Docs

  * [Website and Documentation](http://akera.io/)


## Tests

  To run the test suite, first install the dependencies, then run `npm test`:

```bash
$ npm install
$ npm test
```

## Quick Start

  Configure an application server:

```bash
$ akera-server new sports
```
  - fill in configuration options as requested by the configuration script:
  	
![Configure Broker](http://akera.io/img/config-server.png)
  
  - add application databases (can be omitted if set in start-up parameter file) 
  
![Configure Broker databases](http://akera.io/img/config-dbs.png)

  Start the application server:

```bash
$ akera-server start sports
```

  Install the application server as a service (daemon):

```bash
$ akera-server install sports
```


## License

	Copyright (c) 2015 ACORN IT, Romania - All rights reserved

	This Software is protected by copyright law and international treaties. This Software is licensed (not sold), 
	and its use is subject to a valid WRITTEN AND SIGNED License Agreement. The unauthorized use, copying or 
	distribution of this Software may result in severe criminal or civil penalties, and will be prosecuted to the 
	maximum extent allowed by law. 

  	