This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 20d4da10b3415a7b125e864659756e7e635ef3be
tree f588c462f8bd525227f9a2c6c662929545b3f4dc
parent 50385d3f2eb04b29d6d8a7590965055e6833e180
tree f588c462f8bd525227f9a2c6c662929545b3f4dc
parent 50385d3f2eb04b29d6d8a7590965055e6833e180
god_web /
| name | age | message | |
|---|---|---|---|
| |
Readme.textile | ||
| |
bin/ | ||
| |
god_web.gemspec | ||
| |
lib/ | ||
| |
public/ | Sun May 18 15:25:50 -0700 2008 | |
| |
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








