jobim is a light utility for generating a static HTTP server. This allows
for rapid website design and development without the hassle and security risk
of a full web-server installation. jobim leverages
Thin and exposes a limited subset of the
thin executable command flags for your convenience.
jobim is registered on rubygems and is
available anywhere good gems are sold.
gem install jobimUsage: jobim [OPTION]... [DIRECTORY]
Specific options:
-a, --address HOST bind to HOST address (default: 0.0.0.0)
-d, --daemonize Run as a daemon process
-p, --port PORT use PORT (default: 3000)
-P, --prefix PATH Mount the app under PATH
-q, --quiet Silence all logging
General options:
-h, --help Display this help message.
--version Display the version number
Jobim home page: <https://github.com/zellio/jobim/>
Report bugs to: <https://github.com/zellio/jobim/issues>
jobim is run like thin but does not require a configuration script. By
default jobim will bind to 0.0.0.0:3000 and serve the current working
directory.
jobim path/to/webrootThe site can be viewed at http://localhost:3000 via a normal web browser.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Copyright (c) 2013-2014 Zachary Elliott. See LICENSE for further details.



