Home     Features     Download     FAQ    

Prerequisites

  1. Apache web server
  2. PostgreSQL database
  3. Python PostgreSQL connector (Pgdb or Psycopg2)
  4. Python CherryPy (Link)

Install Steps

  1. Identify your document root and extract the files
  2. Configure Apache to execute Python scripts and index file DirectoryIndex index.py AddHandler cgi-script .py
  3. Create the database and import the schema createuser -A -D -P pylist createdb pylist psql -U pylist < schema.sql