Skip to content

Instantly share code, notes, and snippets.

@jpablobr
Created July 24, 2010 21:43
Show Gist options
  • Select an option

  • Save jpablobr/488985 to your computer and use it in GitHub Desktop.

Select an option

Save jpablobr/488985 to your computer and use it in GitHub Desktop.
require 'sinatra'
set :environment, :production
disable :run
require File.join(File.dirname(__FILE__), 'app_name')
run Sinatra::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment