Get ASYD, it's completely free -both as in free beer and free speech- and supported by the community. Just choose your system and execute those few commands to get it up and running in no time!
apt-get update && apt-get install -y ruby-full git libxslt-dev libxml2-dev libsqlite3-dev zlib1g-dev make gcc patch
gem install bundler
git clone https://github.com/AsydSolutions/asyd.git
cd asyd
bundle install
./asyd.sh start
yum install -y ruby ruby-devel git libxslt-devel libxml2-devel libsqlite3x-devel make gcc patch
gem install bundler
git clone https://github.com/AsydSolutions/asyd.git
cd asyd
bundle install
./asyd.sh start
pacman -Sy ruby git libxslt libxml2 sqlite make gcc patch
gem install bundler
git clone https://github.com/AsydSolutions/asyd.git
cd asyd
bundle install
./asyd.sh start