ReciPants

Open Source Recipe Database

Check It
Home
Features
Screenshots
Demo
Download
Donate

Documentation
Requirements
Installation
FAQ
Overview for Developers
License
Translation
Credits
SF Project Page
 

Requirements


Everything required is free and open source.


Web Server

that can execute CGI scripts
I recommend Apache.


Perl

version 5.004 or higher


Perl Modules

CGI
CGI library. Your probably got this with Perl.

DBI
Generic database interface

DBD::Pg
Database driver for Postgres
----- or -----
DBD::mysql
Database driver for MySQL
----- or -----
DBD::Oracle
Database driver for Oracle

Math::Fraction
Decimal <-> string fraction conversion

Digest::SHA1
SHA-1 digest/hash for tamper-proof user cookies

Net::SMTP
Send email via SMTP. Not required if you use sendmail.


Database

Postgres v7.x or higher
----- or -----
MySQL v3.2 or higher
----- or -----
Oracle v8 or higher (7 should work, but is untested)


sendmail

Not required if you use the Net::SMTP module.



top of page