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, | 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. | ||
* For '''Fedora''', execute the command: {{command|wget -P /etc/yum.repos.d http://repos.fedorapeople.org/repos/fedora-qa/autoqa/fedora-autoqa.repo}} | |||
* Otherwise, for '''EPEL''', execute the command: {{command|wget -P /etc/yum.repos.d http://repos.fedorapeople.org/repos/fedora-qa/autoqa/epel-autoqa.repo}} | |||
= Package Install = | = Package Install = |
Revision as of 20:09, 16 September 2010
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.
- For Fedora, execute the command:
wget -P /etc/yum.repos.d http://repos.fedorapeople.org/repos/fedora-qa/autoqa/fedora-autoqa.repo
- Otherwise, for EPEL, execute the command:
wget -P /etc/yum.repos.d http://repos.fedorapeople.org/repos/fedora-qa/autoqa/epel-autoqa.repo
Package Install
Finally, with yum repositories configured, use the yum command to install autoqa and it's dependencies.
# yum install autoqa