Guest User

Untitled

a guest
Feb 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/usr/bin/env ruby
  2. base = File.dirname(__FILE__) + "/../code/git-wiki"
  3.  
  4. require base + '/git-wiki'
  5.  
  6. set :public, base + '/public'
  7. set :port, 4567
  8. set :env, :production
  9. disable :run, :reload
  10.  
  11. run Sinatra.application
Add Comment
Please, Sign In to add comment