Project

servo

0.0
No commit activity in last 3 years
No release in over 3 years
Servo makes it dead simple to serve up a static filesystem using Rack::Directory.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 1.2.1
 Project Readme

Servo

Servo serves your static filesystem via the web. Fun for testing simple static websites or generally being a weirdo.

It's easy:

  1. gem install servo
  2. servo ~/Path/to/directory or just servo for current directory
  3. Open http://localhost:9292/
  4. Profit

Usage

Basics: servo [options] [directory]

Directory is optional and defaults to the current working directory.

Options are:

  • -p PORT, --port PORT will serve on PORT supplied. So servo -p 3001 will serve the current directory at http://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.