Sha256: 3bd36c317f3990ede30576f81ffc467cf81da767ce1c7f4e13788fe865fd4acf

Contents?: true

Size: 887 Bytes

Versions: 4

Compression:

Stored size: 887 Bytes

Contents

# Jobim

`jobim` is a small ruby utility to pop-up an HTTP server on top of any given
directory. `jobim` leverages [Thin](//github.com/macournoyer/thin/) and offers a
limited subset of the `thin` utilities for your convenience.

## Installation

`jobim` is registered on [rubygems](//rubygems.org/gems/jobim) and is therefore
available anywhere good gems are sold.

``` shell
gem install jobim
```

## Usage

`jobim` is run like `thin` with no configure script.

``` shell
jobim path/to/webroot
```
The site can then be view at `http://localhost:5634`

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Copyright

Copyright (c) 2013 Zachary Elliott. See [LICENSE](/LICENSE) for further details.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jobim-0.4.4 README.md
jobim-0.4.3 README.md
jobim-0.4.2 README.md
jobim-0.4.1 README.md