0.0
No commit activity in last 3 years
No release in over 3 years
iPhone friendly sinatra web UI for God
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0
 Project Readme

Description

iPhone friendly web UI God

Screenshots


Requirements

Install


git clone git://github.com/jnewland/god_web.git
cd god_web
gem build god_web.gemspec
sudo gem install -l god_web-*.gem

Usage

In your God config:


require 'god_web'
GodWeb.watch

This will create a God watch that runs and monitors GodWeb on port 8888.

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


username: foo
password: sekret

Then provide the full path to that yaml file as an option to the GodWeb.watch
call:


require 'god_web'
GodWeb.watch(:config => '/full/path/to/god_web.yaml')

Contributing

god_web uses ditz for issue tracking. Fork
god_web, clone your copy and then run:

ditz todo

For more details on a specific issue:

ditz show god_web-1

Make your changes that fix a bug, then resolve it.

ditz close god_web-1

Commit, push your changes to GitHub, then send a pull request!

Author

Jesse Newland

License

WTFPL