Servo
Servo serves your static filesystem via the web. Fun for testing simple static websites or generally being a weirdo.
It's easy:
gem install servo
-
servo ~/Path/to/directory
or justservo
for current directory - Open http://localhost:9292/
- Profit
Usage
Basics: servo [options] [directory]
Directory is optional and defaults to the current working directory.
Options are:
-
-p PORT, --port PORT
will serve onPORT
supplied. Soservo -p 3001
will serve the current directory athttp://localhost:3001
Oh look, it's just one option. Yeah, it's a simple little app.
Copyright © 2012 Flip Sasser, dont' sue me if it breaks something.