Download
Latest release (Apache ManifoldCF 0.1-incubating, 2011 Jan 31)
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:
- Enter the PostgreSQL utility program psql, as the database superuser: "psql -U <superuser_name>"
- Create the database user, with the command: "CREATE USER manifoldcf PASSWORD 'local_pg_passwd';"
- Exit psql: "\q"
- Either proceed to set up the PostgreSQL database using the DBCreate command normally, or run the Quick Start normally
