Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Created February 17, 2009 18:31
Show Gist options
  • Save jpemberthy/65885 to your computer and use it in GitHub Desktop.
Save jpemberthy/65885 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
Sinatra::Application.default_options.merge!(
:run => false,
:env => :production
)
require 'acoplet'
run Sinatra.application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment