visualculture.prototype
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

config.ru
text/plain

Download raw (158 bytes)

# encoding: UTF-8
dir = File.dirname(__FILE__)
$:.unshift File.join(dir, "views")
$:.unshift File.join(dir, "lib")

require "vc-server.rb"
run VC::Server.new