From Fedora Project Wiki

(First draft)
 
m (Add category)
Line 18: Line 18:


<pre># yum install autoqa</pre>
<pre># yum install autoqa</pre>
[[Category:AutoQA]]

Revision as of 18:00, 15 June 2010

QA.png


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