Skip to content

Instantly share code, notes, and snippets.

@mosesrenegade
Created September 14, 2015 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mosesrenegade/22540d8f6ec9c50f904b to your computer and use it in GitHub Desktop.
Save mosesrenegade/22540d8f6ec9c50f904b to your computer and use it in GitHub Desktop.
#!/usr/bin/env rackup -E deployment
# This requires you to : gem install rackup
use Rack::ContentLength
app = Rack::Directory.new Dir.pwd
run app
#ruby simple_server.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment