Ripple
======

Ripple is an interactive audience response system that allows presenters to survey audience members in real time communication through their mobile devices. The project is maintained by the [Interactive Media Group](http://interactivemedia.uoregon.edu/) of Univeristy of Oregon Libraries.

[Ripple Website](http://ripple-core.uoregon.edu/)
------------------

Dependencies
-------------------
* NodeJS v0.8.x 
* node-gyp (npm global install)
* MongoDB > v2.2
* G++ Compiler
* OpenSSL Developers Libraries (openssl-devel)


Install
-------------------
1. Install npm package

``` npm install -g ripple-core ```

2. Make a directory to hold ripple
3. Install Ripple - In that directory, run ripple install

``` ripple install ```

4. Start Ripple

``` ripple start ```

5. Checkout the site at localhost:8080.

License
-------
All files are covered under the GPL v3 license.  Please see LICENSE.txt for specifics.
