.. _installfedora:

================
Baruwa on Fedora
================

The Baruwa rpm that is provided only supports apache out of the
box, if you are running a different web server, please install
from source or rebuild the source rpm to support your web server.

Baruwa Installation
===================

A Baruwa Fedora repo is now available at http://repo.baruwa.org/

.. note::

	The Baruwa Fedora repo also ships the mailscanner rpm package.

To install from this repo you need to enable the repo::

	# rpm -Uvh http://repo.baruwa.org/f15/i386/baruwa-release-15-0.noarch.rpm

Install the dependencies::

	# yum install mysql-server rabbitmq-server python-amqplib django-picklefield

Install Baruwa::

	# yum install baruwa

.. include:: includes/rabbitmq.inc

.. include:: includes/configure_baruwa.inc

.. include:: includes/redhat_celeryd_init.inc

.. include:: includes/signatures.inc

.. include:: includes/redhat_apache.inc

.. include:: includes/configure_ms_redhat.inc

.. include:: includes/testing.inc

