This page details installing and configuring an autoqa server. Autoqa is currently packaged for Fedora and EPEL, but due to library dependencies, the package is not yet available for Fedora. The following section describes how to install autoqa.
Use the Right Repo
Configure the system to receive updates from the the autoqa package repository. To use the autoqa package repository, create a configuration file named /etc/yum.repos.d/autoqa.repo
that contains the following information:
[autoqa] name=autoqa - $releasever baseurl=http://jlaska.fedorapeople.org/autoqa/repos/$releasever enabled=1 gpgcheck=0
Package Install
Finally, with yum repositories configured, use the yum command to install autoqa and it's dependencies.
# yum install autoqa