From Fedora Project Wiki

m (update link)
(cron file)
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]] 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, download the appropriate repository file listed below.
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}}
* For '''Fedora''', execute the command: {{command|wget -P /etc/yum.repos.d http://repos.fedorapeople.org/repos/fedora-qa/autoqa/fedora-autoqa.repo}}
Line 12: Line 12:
= Package Install =
= Package Install =


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


<pre># yum install autoqa</pre>
<pre>yum install autoqa</pre>
 
= Configure Cron =
 
On the server you will want to periodically run AutoQA [[AutoQA architecture|watchers]], which will execute corresponding tests. We have prepared a cron file for these purposes, you can install it by:
<pre>
cp /usr/share/autoqa/autoqa.cron /etc/cron.d/
</pre>
If you think that some watcher should be run more or less frequently (or you want to disable some of them completely), just edit the installed cron file.


[[Category:AutoQA]]
[[Category:AutoQA]]

Revision as of 09:46, 19 November 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 its dependencies.

yum install autoqa

Configure Cron

On the server you will want to periodically run AutoQA watchers, which will execute corresponding tests. We have prepared a cron file for these purposes, you can install it by:

cp /usr/share/autoqa/autoqa.cron /etc/cron.d/

If you think that some watcher should be run more or less frequently (or you want to disable some of them completely), just edit the installed cron file.