From Fedora Project Wiki

(Created page with "Purpose of this task is to test functionality of '''ReviewBoard''' package, that uses MySQL as a backend for data. == Prerequisities == == Steps == 1. Ensure you have insta...")
(No difference)

Revision as of 10:03, 29 April 2013

Purpose of this task is to test functionality of ReviewBoard package, that uses MySQL as a backend for data.

Prerequisities

Steps

1. Ensure you have installed packages ReviewBoard and mariadb-server.

# yum install ReviewBoard mariadb-server

2. Start MariaDB database

# systemctl start mysqld httpd