--- /dev/null
+On Fedora, you will need the following packages; details may differ on
+other platforms.
+
+httpd mod_fcgid
+perl-CGI perl-FCGI perl-Date-Calc perl-Template-Toolkit
+perl-DBD-Pg perl-XML-RSS perl-libapreq2
+postgresql-server
+
+Use the etc/httpd.conf.template file to configure Apache, adjusting the
+details to fit your environment. For each instance of BASEPATH, substitute
+the directory where this INSTALL file is located.
+
+You must run Apache under the same user id that owns the pgcommitfest tree.
+The mod_cgid run directory (on Fedora, the default is /var/run/mod_fgid) must
+also be owned by that user.
-AddDefaultCharset UTF-8 # unless already present in default config
+# The following line may already be present in httpd.conf; don't duplicate it.
+AddDefaultCharset UTF-8
+
+Listen 8080
<VirtualHost *:8080>
DocumentRoot "BASEPATH/html"
Options Indexes FollowSymLinks ExecCGI
AllowOverride None
</Directory>
+
+# In addition to the above settings, you will need to set User and Group to
+# your user ID - that is, the user that owns the pgcommitfest directory tree.