adamcooke / htmlserve

Sinatra application to render a folder of static HTML/assets

This URL has Read+Write access

adamcooke (author)
Mon Jun 08 04:02:53 -0700 2009
commit  632246b7a864963aff876b2955979511a1dbdfa5
tree    bc35762b96535fb4b9b2820c7180402339472c61
parent  034f472729eed0028c9a4f7ba640e5a4b495acf9
name age message
file .gitignore Loading commit data...
file README
directory bin/
file htmlserve.gemspec
README
Very simple application to render a folder of HTML and it's associated assets.

Install
=================================================================================
1. gem sources -a http://gems.github.com
2. sudo gem install adamcooke-htmlserve
3. Enjoy!

Usage
=================================================================================
1. cd to the folder you wish to use. e.g. cd /path/to/folder
2. Run HTML serve. e.g. htmlserve {port (default 4567)}