To get Goliath up and running, install Ruby 1.9.2:
$> gem install rvm $> rvm install 1.9.2 $> rvm use 1.9.2
Install Goliath:
$> gem install goliath
I use Homebrew, so to install redis using homebrew:
$> brew install redis $> gem install redisMake sure your redis server is running, to get david up and running simply run the following in the directory:
$> ruby david.rb -sv
You can set environment variables as well as deamonizing the server.
$> ruby david.rb -d -eprodAs of this writing, David is still pretty dumb. I currently haven't added a way to add new URLs nor track clicks. A proper redirecting should be in place, too.
You can follow me on twitter: http://twitter.com/jarques