jnewland / god_web

iPhone friendly web UI for God

This URL has Read+Write access

jnewland (author)
Sun May 18 16:50:14 -0700 2008
commit  20d4da10b3415a7b125e864659756e7e635ef3be
tree    f588c462f8bd525227f9a2c6c662929545b3f4dc
parent  50385d3f2eb04b29d6d8a7590965055e6833e180
god_web / Readme.textile
100644 38 lines (23 sloc) 0.644 kb

Description

Sinatra web frontend for God

Requirements

  • God
  • Sinatra

Install

sudo gem install jnewland-god_web -s http://gems.github.com

Usage

sudo god_web -p PORT_TO_RUN_ON -e production

Optionally, you can password protect your god_web instance. To do so, create
a YAML config file with username and password keys, like so:

<pre> username: foo password: sekret </pre>

Then provide that yaml file as the first argument to god_web:

sudo god_web /path/to/god_web.yml -p PORT_TO_RUN_ON -e production

Author

Jesse Newland

License

WTFPL