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
docs
jnewland (author)
Mon May 19 06:48:44 -0700 2008
commit  533630b3416c8c6a2b12f6925e2ccc3dc36b7d5e
tree    11bec1596588a6b5a3f776c72c1668b81fa73349
parent  dd820a6a123e7b6e6fdeb5a0852b5b14e73ca3bc
...
1
2
3
 
4
5
6
...
9
10
11
12
13
 
 
14
15
16
17
18
 
19
20
21
22
23
24
 
25
26
27
28
29
30
 
31
32
33
34
 
35
36
37
38
 
39
40
 
41
42
43
44
 
45
46
47
 
48
49
50
...
82
83
84
85
86
 
87
88
89
...
1
2
 
3
4
5
6
...
9
10
11
 
 
12
13
14
15
16
 
17
18
19
20
21
22
 
23
24
25
26
27
28
29
 
30
31
32
 
33
34
35
36
 
37
38
39
 
40
41
42
43
 
44
45
 
46
47
48
49
50
...
82
83
84
 
85
86
87
88
89
0
@@ -1,6 +1,6 @@
0
 h2. Description
0
 
0
-Sinatra web frontend for God
0
+iPhone friendly web UI "God":http://god.rubyforge.org/
0
 
0
 h2. Screenshots
0
 
0
@@ -9,42 +9,42 @@ h2. Screenshots
0
 
0
 h2. Requirements
0
 
0
-* God
0
-* Sinatra
0
+* "God":http://god.rubyforge.org/
0
+* "Sinatra":http://sinatrarb.com/
0
 
0
 h2. Install
0
 
0
-<code>
0
 <pre>
0
+<code>
0
 git clone git://github.com/jnewland/god_web.git
0
 cd god_web
0
 gem build god_web.gemspec
0
 sudo gem install -l god_web-*.gem
0
-</pre>
0
 </code>
0
+</pre>
0
 
0
 h2. Usage
0
 
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
+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
 
0
-<code>
0
 <pre>
0
+<code>
0
 username: foo
0
 password: sekret
0
-</pre>
0
 </code>
0
+</pre>
0
 
0
-Then provide that yaml file as the first argument to god_web:
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
 
0
-You might want to monitor god_web to make sure it stays up:
0
+You might want to monitor @god_web@ to make sure it stays up:
0
 
0
-<code>
0
 <pre>
0
+<code>
0
 God.watch do |w|
0
   w.name              = "god_web"
0
   w.interval          = 1.minute
0
@@ -82,8 +82,8 @@ God.watch do |w|
0
     end
0
   end
0
 end
0
-</pre>
0
 </code>
0
+</pre>
0
 
0
 h3. Author
0
 

Comments