Skip to content

Instantly share code, notes, and snippets.

@funkaoshi
Created December 12, 2009 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save funkaoshi/254947 to your computer and use it in GitHub Desktop.
Save funkaoshi/254947 to your computer and use it in GitHub Desktop.
ENV['GEM_HOME'] = '/home/ramanan/local/gems'
ENV['GEM_PATH'] = '$GEM_HOME:/usr/lib/ruby/gems/1.8'
require 'rubygems'
Gem.clear_paths
require 'vendor/sinatra/lib/sinatra.rb'
Sinatra::Base.set(:run, false)
Sinatra::Base.set(:env, :production);
require 'vqvz.rb'
run Sinatra::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment