therules / CrowdRing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##crowdring

  • Authored by: Nathan Herzing and Willa Wang. Lead: Manu Kabahizi. CopyLeft: The Rules

  • Crowdring, originally from https://github.com/mbelinsky/Crowdring

  • Pre Install

    • Install Redis

      • download redis from Here

      • run tar xvf redis.version.tar

      • cd redis.version/

      • run make install

    • Install Ruby 1.9.3

    • Install database

      • defaults to PostgreSQL ie. postgres://localhost/crowdring_#{ENVIRONMENT}

      • create database crowdring_development, crowdring_test, crowdring_production locally.

  • To Install.

    • git clone git@github.com:therules/CrowdRing.git

    • cd crowdring

    • bundle

    • rake db:migrate

  • To Run

  • Supported Services

    • Plivo, Twilio, Tropo, KooKoo, Voxeo, Nexmo, Routo, Netcore.

About

License:GNU General Public License v3.0


Languages

Language:Ruby 77.9%Language:CSS 15.8%Language:CoffeeScript 4.0%Language:JavaScript 2.3%