= Requirements = == Webserver == Any webserver capable of interpreting PHP files. Ideally, this webserver is capable of URL rewriting ([http://www.apache.org Apache], [SpamBoardOnLighttpd lighttpd]). == PHP == At least version 5.1 == Database == An SQL database server / system. Currently, [http://www.sqlite.org SQLite] (at least version 3) and [http://www.mysql.com MySQL] (at least version 4) are supported. Support for others can easily be added, provided they can be accessed via PHP's [http://www.php.net/manual/en/ref.pdo.php PDO]. ---- The main development system runs Debian GNU/Linux, Apache 2 and SQLite. In theory, Spam Board should also run on Microsoft Windows, but that hasn't been tested (feel free to edit this if you do).