public
Description: iPhone friendly web UI for God
Homepage: http://github.com/jnewland/god_web
Clone URL: git://github.com/jnewland/god_web.git
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