about summary refs log tree commit homepage
path: root/examples/sinatra/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-09 16:47:19 -0700
committerEric Wong <normalperson@yhbt.net>2009-03-09 16:47:19 -0700
commitdebbcdc31db2931b27081661114f023bc99ab266 (patch)
treedd45483916f310b462e56c72fabe1703a879e064 /examples/sinatra/README
parentac6ace3a978b4074b6af6de982e2b6543b7f42cb (diff)
downloadunicorn-debbcdc31db2931b27081661114f023bc99ab266.tar.gz
It is no longer relevant (or working) with rackup compatibility.
Diffstat (limited to 'examples/sinatra/README')
-rw-r--r--examples/sinatra/README21
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/sinatra/README b/examples/sinatra/README
deleted file mode 100644
index 2928d16..0000000
--- a/examples/sinatra/README
+++ /dev/null
@@ -1,21 +0,0 @@
-This is an ultra simple Sinatra setup.
-
-sinatra_example.rb
-
-  This is a generic Sinatra application, absolutely nothing needs to be
-  done to make this run with this application to run with Unicorn.
-
-
-unicorn-sinatra-example
-
-  this is the config file/application to execute with unicorn.  You can
-  run it either standalone if "unicorn" is in your path, or by running:
-
-  "unicorn unicorn-sinatra-example"
-
-
-These examples do not load RubyGems.  You'll have to set your RUBYLIB
-environment variable appropriately for running these examples, for me
-it's this:
-
-$HOME/gems/rack-0.9.1/lib:$HOME/gems/sinatra-0.9.0.2/lib:.