Installation instructions can also be found at:

http://enigo.com/projects/iowa/tutorial/installing_iowa.html

Iowa will work with either Ruby 1.6.8 or Ruby 1.8.x.  It may work with versions
prior to 1.6.8, as well, but that has not been tested with the current release.

To install the page, simply run:

ruby install.rb

Iowa requires the log4r package to do its logging.  This package can be
downloaded from http://log4r.sourceforge.net.  If you are running Iowa
under Ruby 1.6.8, it will also require the installation of YAML.

Refer to http://enigo.com/projects/iowa/tutorial/getting_started.html
for information on configuring your web server to use Iowa, including
information on using Iowa with FCGI.

New as of version .9 is support for WEBrick + Iowa.  This is by far the
fastest way to get Iowa running.  Take a look in examples/webrick for
an example.  You should be able to simply do the following:

cd examples/webrick/iowa
ruby iowa_webrick.rb


And then point your web browser at http://localhost:2000 to see it in action.

You may email khaines@enigo.com with any questions.