Project

http_it

0.0
No commit activity in last 3 years
No release in over 3 years
Start a webserver in the current directory with only the standard Ruby library installed
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

HttpIt

PURPOSE

The purpose of this program is allow the user to start a web server in the current directory with only having the standard Ruby library installed

FEATURES

You can do a "http_it -h" from the command line to see full list. Basically you can just change the port and the bind address.

EXAMPLE USAGE

    1) Install the gem from rubygems.org: gem install http_it

    2) On the command line, navigate to the directory you want to share via HTTP

    3) Type http_it to invoke the HTTP server on this directory (you can also invoke http_it by typing hi)

    4) That's it. CTRL-C to stop. Live long and prosper.