# sd-server
Sound Decision server for Node JS

## Questions and Bug Reports
* mailing list: Victor.Vazin@gmail.com

## Installation
Install the sd-server and it's dependencies by executing
the following `NPM` command.
```
npm install sd-server --save
```
## Troubleshooting
The sd-server depends on several other packages. These are.

* command-line-args
* mime
* ext-cgi-mongo
* ext-cgi-json
* ext-cgi-fs
* ysr-cgi

Ensure, that your user has write permission to wherever the node modules
are being installed.

QuickStart
==========
To run server type:
```
node server
```
