public
Rubygem
Description: iPhone friendly web UI for God
Homepage: http://github.com/jnewland/god_web
Clone URL: git://github.com/jnewland/god_web.git
formatting
jnewland (author)
Sun May 18 16:50:14 -0700 2008
commit  20d4da10b3415a7b125e864659756e7e635ef3be
tree    f588c462f8bd525227f9a2c6c662929545b3f4dc
parent  50385d3f2eb04b29d6d8a7590965055e6833e180
...
9
10
11
12
 
13
14
15
16
 
17
18
19
...
27
28
29
30
 
31
32
33
...
9
10
11
 
12
13
14
15
 
16
17
18
19
...
27
28
29
 
30
31
32
33
0
@@ -9,11 +9,11 @@ h2. Requirements
0
 
0
 h2. Install
0
 
0
-* @sudo gem install jnewland-god_web -s http://gems.github.com@
0
+@sudo gem install jnewland-god_web -s http://gems.github.com@
0
 
0
 h2. Usage
0
 
0
-* @sudo god_web -p PORT_TO_RUN_ON -e production@
0
+@sudo god_web -p PORT_TO_RUN_ON -e production@
0
 
0
 Optionally, you can password protect your god_web instance. To do so, create
0
 a YAML config file with username and password keys, like so:
0
@@ -27,7 +27,7 @@ password: sekret
0
 
0
 Then provide that yaml file as the first argument to god_web:
0
 
0
-* @sudo god_web /path/to/god_web.yml -p PORT_TO_RUN_ON -e production@
0
+@sudo god_web /path/to/god_web.yml -p PORT_TO_RUN_ON -e production@
0
 
0
 h3. Author
0
 

Comments

    No one has commented yet.