Prerequisites
- Apache web server
- PostgreSQL database
- Python PostgreSQL connector (Pgdb or Psycopg2)
- Python CherryPy (Link)
Install Steps
- Identify your document root and extract the files
- Configure Apache to execute Python scripts and index file
DirectoryIndex index.pyAddHandler cgi-script .py - Create the database and import the schema
createuser -A -D -P pylistcreatedb pylistpsql -U pylist < schema.sql