From Fedora Project Wiki

Revision as of 10:03, 29 April 2013 by Hhorak (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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