Commit 09fc8c27 authored by John E. Vincent's avatar John E. Vincent

Updating README

parent 417d2015
PATH PATH
remote: . remote: .
specs: specs:
noah (0.0.5-java) noah (0.0.5)
haml (= 3.0.25) haml (= 3.0.25)
ohm (= 0.1.3) ohm (= 0.1.3)
ohm-contrib (= 0.1.0) ohm-contrib (= 0.1.0)
rake (= 0.8.7) rake (= 0.8.7)
sinatra (= 1.1.2) sinatra (= 1.1.2)
sinatra-namespace (= 0.6.1) sinatra-namespace (= 0.6.1)
thin (= 1.2.7)
vegas (= 0.1.8) vegas (= 0.1.8)
yajl-ruby (= 0.7.9)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
...@@ -18,10 +20,10 @@ GEM ...@@ -18,10 +20,10 @@ GEM
ZenTest (>= 4.4.1) ZenTest (>= 4.4.1)
autotest-growl (0.2.9) autotest-growl (0.2.9)
backports (1.18.2) backports (1.18.2)
daemons (1.1.0)
diff-lcs (1.1.2) diff-lcs (1.1.2)
eventmachine (0.12.10)
haml (3.0.25) haml (3.0.25)
jruby-jars (1.5.6)
jruby-rack (1.0.5)
monkey-lib (0.5.4) monkey-lib (0.5.4)
backports backports
nest (1.1.0) nest (1.1.0)
...@@ -34,6 +36,7 @@ GEM ...@@ -34,6 +36,7 @@ GEM
rack-test (0.5.7) rack-test (0.5.7)
rack (>= 1.0) rack (>= 1.0)
rake (0.8.7) rake (0.8.7)
rcov (0.9.9)
redis (2.1.1) redis (2.1.1)
rspec (2.4.0) rspec (2.4.0)
rspec-core (~> 2.4.0) rspec-core (~> 2.4.0)
...@@ -43,7 +46,6 @@ GEM ...@@ -43,7 +46,6 @@ GEM
rspec-expectations (2.4.0) rspec-expectations (2.4.0)
diff-lcs (~> 1.1.2) diff-lcs (~> 1.1.2)
rspec-mocks (2.4.0) rspec-mocks (2.4.0)
rubyzip (0.9.4)
sinatra (1.1.2) sinatra (1.1.2)
rack (~> 1.1) rack (~> 1.1)
tilt (~> 1.2) tilt (~> 1.2)
...@@ -59,14 +61,14 @@ GEM ...@@ -59,14 +61,14 @@ GEM
sinatra-sugar (0.5.0) sinatra-sugar (0.5.0)
monkey-lib (~> 0.5.0) monkey-lib (~> 0.5.0)
sinatra (~> 1.0) sinatra (~> 1.0)
thin (1.2.7)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.2.2) tilt (1.2.2)
vegas (0.1.8) vegas (0.1.8)
rack (>= 1.0.0) rack (>= 1.0.0)
warbler (1.2.1) yajl-ruby (0.7.9)
jruby-jars (>= 1.4.0)
jruby-rack (>= 1.0.0)
rake (>= 0.8.7)
rubyzip (>= 0.9.4)
PLATFORMS PLATFORMS
java java
...@@ -78,6 +80,6 @@ DEPENDENCIES ...@@ -78,6 +80,6 @@ DEPENDENCIES
autotest-growl (= 0.2.9) autotest-growl (= 0.2.9)
noah! noah!
rack-test (= 0.5.7) rack-test (= 0.5.7)
rcov (= 0.9.9)
rspec (= 2.4.0) rspec (= 2.4.0)
sinatra-reloader (= 0.5.0) sinatra-reloader (= 0.5.0)
warbler (= 1.2.1)
# Noah testing quickstart # Noah testing quickstart
(make sure redis is running) (make sure redis is running)
## Install
You can either do `gem install noah` or `git clone git://github.com/lusis/Noah.git noah` and do the `bundle` dance.
## Setup ## Setup
There is no specific configuration file in use anymore. Everything is configured via command-line options to the noah binary or stored in config.ru. There is no specific configuration file in use anymore. Everything is configured via command-line options to the noah binary or stored in config.ru.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment