public
Description: iPhone friendly web UI for God
Homepage: http://github.com/jnewland/god_web
Clone URL: git://github.com/jnewland/god_web.git
jnewland (author)
Sun May 18 16:50:14 -0700 2008
commit  20d4da10b3415a7b125e864659756e7e635ef3be
tree    f588c462f8bd525227f9a2c6c662929545b3f4dc
parent  50385d3f2eb04b29d6d8a7590965055e6833e180
name age message
file Readme.textile Loading commit data...
directory bin/
file god_web.gemspec
directory lib/
directory public/ Sun May 18 15:25:50 -0700 2008 * Can now run basic god commands * iUI interface [jnewland]
directory views/
Readme.textile

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