From Fedora Project Wiki

m (Add category)
(Updated repository)
Line 1: Line 1:
{{header|qa}}
{{header|qa}}


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.
This page details installing and configuring an [[Autoqa|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 =
= 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 {{filename|/etc/yum.repos.d/autoqa.repo}} that contains the following information:
Configure the system to receive updates from the the autoqa package repository.  To use the autoqa package repository, download the appropriate repository file listed below.


<pre>[autoqa]
* For '''Fedora''', execute the command: {{command|wget -P /etc/yum.repos.d http://repos.fedorapeople.org/repos/fedora-qa/autoqa/fedora-autoqa.repo}}
name=autoqa - $releasever
* Otherwise, for '''EPEL''', execute the command: {{command|wget -P /etc/yum.repos.d http://repos.fedorapeople.org/repos/fedora-qa/autoqa/epel-autoqa.repo}}
baseurl=http://jlaska.fedorapeople.org/autoqa/repos/$releasever
enabled=1
gpgcheck=0</pre>


= Package Install =
= Package Install =

Revision as of 20:09, 16 September 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, download the appropriate repository file listed below.

Package Install

Finally, with yum repositories configured, use the yum command to install autoqa and it's dependencies.

# yum install autoqa