Apache
 

Download

Latest release (Apache ManifoldCF 0.1-incubating, 2011 Jan 31)

KEYS
CHANGES.txt

Sources only:
apache-manifoldcf-0.1-incubating-src.tar.gz [PGP] [MD5]
apache-manifoldcf-0.1-incubating-src.zip [PGP] [MD5]

Source + Binary:
apache-manifoldcf-0.1-incubating-bin.tar.gz [PGP] [MD5]
apache-manifoldcf-0.1-incubating-bin.zip [PGP] [MD5]

Known issue: Inability to automatically create database user 'manifoldcf' when using PostgreSQL. Workaround steps:

  1. Enter the PostgreSQL utility program psql, as the database superuser: "psql -U <superuser_name>"
  2. Create the database user, with the command: "CREATE USER manifoldcf PASSWORD 'local_pg_passwd';"
  3. Exit psql: "\q"
  4. Either proceed to set up the PostgreSQL database using the DBCreate command normally, or run the Quick Start normally