Skip to content

Commit

Permalink
include a sample rackup file
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Dec 18, 2008
1 parent fe9fa42 commit c399fe8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config.ru
@@ -0,0 +1,11 @@
#!/usr/bin/env ruby
__DIR__ = File.dirname(__FILE__)

require File.join(__DIR__, "git-wiki")

set :public, File.join(__DIR__, "public")
set :port, 4567
set :env, :production
disable :run, :reload

run Sinatra.application

0 comments on commit c399fe8

Please sign in to comment.