Revisions
-
sr created this gist
Nov 23, 2008 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ #!/usr/bin/env ruby base = File.dirname(__FILE__) + "/../code/git-wiki" require base + '/git-wiki' set :public, base + '/public' set :port, 4567 set :env, :production disable :run, :reload run Sinatra.application This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ thin --daemonize --port 4567 --log ~/tmp/git-wiki.log --pid ~/tmp/git-wiki.pid --rackup ~/bin/git-wiki.ru start