Download

Sqwee is distributed in three different forms:
  1. Binary Sqwee with Lighttpd web server
    Built for Linux, this should be the simplest to use, just unpack and run.
  2. Sources for Sqwee and Lighttpd web server
    This should be the second easiest to use. Just run the build script and start the server. Requires Rake and the usual gcc stuff.
  3. Plain old Sqwee
    This package is for running Sqwee on an existing web server or one of your choosing rather than Lighttpd. Also good for running on a shared host.

See the installation page for detailed instructions for each package.
Now head off to the Rubyforge download page to download the package of your choice.

Why Lighttpd?

Basically, Lighttpd was the first lightweight web server I found which was easy to set up and get running serving pages with eruby.

Why SuperRedCloth?

Because it's fast! And it's super!

Why eruby?

Because it's fast...and I'm used to it.