Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Created February 17, 2009 18:29
Show Gist options
  • Save jpemberthy/65882 to your computer and use it in GitHub Desktop.
Save jpemberthy/65882 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
set :environment, :production
set :port, 8000
disable :run, :reload
require 'acoplet'
run Sinatra::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment