Up

Up is a super-simple web server that only hosts static files.

Usage

Just give it a directory to host, and optionally a port and a host to listen to:

up foo/ -p 8080 -h 127.0.0.1

Installation

RubyGems

$ gem install up

Contributing

Once you've made your great commits:

  1. Fork Up
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Create an Issue with a link to your branch
  5. That's it!

You might want to checkout Defender's Contributing wiki page for information on coding standards, new features, etc.

Meta