Skip to content
dep edited this page Sep 13, 2010 · 5 revisions

Welcome to the failin.gs wiki!

== failin.gs

Failin.gs is a platform for completely anonymous feedback.

=== Setup

First, get Ruby 1.9.1 up and running.

% [sudo] gem install rvm % rvm-install % rvm install 1.9.1 % rvm 1.9.1

Then, prepare the application.

% git submodule update —init % script/bundle % cp config/database.yml.example config/database.yml % bin/rake db:create:all db:migrate
Clone this wiki locally