jnewland / god_web
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
20d4da1
commit 20d4da10b3415a7b125e864659756e7e635ef3be
tree f588c462f8bd525227f9a2c6c662929545b3f4dc
parent 50385d3f2eb04b29d6d8a7590965055e6833e180
tree f588c462f8bd525227f9a2c6c662929545b3f4dc
parent 50385d3f2eb04b29d6d8a7590965055e6833e180
god_web / 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
