Remove etc and YAML dependencies
[unicorn.git] / README
blob50214778ca4a1a766304baf7c62242aeeba48aa5
1 = Unicorn:  UNIX-only fork of Mongrel
3 Experimental UNIX-only fork of Mongrel.  No threads.
5 See http://unicorn.bogomips.org for more information.
7 == License
9 Unicorn is copyright 2009 Eric Wong and contributors.
10 It is based on Mongrel:
12 Mongrel is copyright 2007 Zed A. Shaw and contributors. It is licensed
13 under the Ruby license and the GPL2. See the include LICENSE file for
14 details.
16 == Quick Start
18 The easiest way to get started with Unicorn is to install it via
19 RubyGems and then run a Ruby on Rails application. You can do this
20 easily:
22  $ gem install unicorn
24 == Install
26 The library consists of a C extension so you'll need a C compiler or at
27 least a friend who can build it for you.
29 Finally, the source includes a setup.rb for those who hate RubyGems.
31 == Usage
33 == Contact
35 Newsgroup and mailing list coming.
37 Email Eric Wong at normalperson@yhbt.net for now.