Allows users to paste their Captain Forever vessel exports to share with others.
vcd requires:
- DataMapper to talk MySQL
- Sinatra to talk HTTP
- Haml to talk HTML
- Hpricot to sanitize things
You can install them with gem:
sudo gem install datamapper do_mysql haml hpricot sinatra
You can run the app locally using Sinatra:
$ ruby controller.rb
== Sinatra/0.9.4 has taken the stage on 4567 for development with backup from Mongrel
vcd also has a config.ru file for use with Passenger.