Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

allolex/rubyweb

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

rubyweb - The "simplest" web server in Ruby.

Synopsis

gem install rubyweb
rw

Use

Just type

rw [document_root]

at the command line. For example:

rw ~/web/

Will serve pages from $HOME/web.

If you leave off the document root, it will default to your current working directory.

Note

Running rubyweb at the command line is equivalent to typing:

ruby -run -r httpd . -p 8000

Where '.' is the document root.

You choose!

About

The simplest web server in Ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages