Skip to content
swk edited this page Feb 28, 2011 · 4 revisions

TinyDialer

Setup

We'll describe the setup using RVM. TinyDialer is developed under 1.9.2, so that's your safest bet on running it.

rvm install 1.9.2
rvm use 1.9.2

Make sure you have PostgreSQL installed for the next steps. Clone TinyDialer, go into the directory root and install the gem dependencies with the right versions:

git clone git://github.com/rubyists/tiny_dialer.git
cd tiny_dialer
gem install ramaze
ruby app.rb

This will also start a Webrick instance for the administration interface on port.

bin/dialer

to start the dialer process

Clone this wiki locally