

Restart MariaDB systemctl restart mariadb Install Bugzilla Bug Tracker on CentOS 8 sed -i.bak '/^/a max_allowed_packet=16M\nft_min_word_len=2' /etc/my.cnf.d/server.cnf

Next, insert the lines below to /etc/my.cnf.d/server.cnf file. Reload privileges table and exit the database flush privileges Grant all on bugzilla.* to identified by 'changeme'
#Centos bugzilla password#
Be sure to replace the database name, user and the password accordingly. Login to MariaDB and create the database and database user with all privileges granted. mysql_secure_installation Create the Bugzilla Database and Database User Run MariaDB initial security script to disable remote root login, remove anonymous users, test databases. Start and enable MariaDB to run on system boot systemctl enable -now mariadb Hence, to install MariaDB on CentOS 8, run the command belows cat /etc//mariadb.repoĮOF dnf install galera-4 -y dnf -disablerepo=appstream install MariaDB-server MariaDB-client Check that we installed the MySQL perl module above. Similarly, for the database, you can PostgreSQL instead. Start and enable Apache service to run on system boot systemctl enable -now httpd Install and Configure Bugzilla Database on CentOS 8 Install MariaDB database on CentOS 8 Hence, you can install Apache on CentOS 8 by running the command below dnf install httpd httpd-devel You can use any other web server of your preference, but this guide used Apache. (with 51 registered patches, see perl -V for more detail)Ĭopyright 1987-2018, Larry Wall Install Apache Web Server You can then verify the version of installed Perl on CentOS 8 using the command below perl -v This is perl 5, version 26, subversion 3 (v5.26.3) built for x86_64-linux-thread-multi dnf install perl perl-CPAN perl-DBD-MySQL gcc gd gd-devel graphviz patchutils perl- wget curl Install Perl on CentOS 8, and other required package dependencies. However, if possible you should install Perl 5.12 or newer, as these newer versions have some useful improvements which will make your life easier.Įnable other required repos dnf install epel-release dnf config-manager -set-enabled powertools Bugzilla 5.0 and newer require Perl 5.10.1. Perl is the core requirement of installing and running Bugzilla. Well, once you setup your server with your desired requirements, you can proceed to install Bugzilla.
#Centos bugzilla software#
These include the system OS, the hardware and software requirements as outlined on Bugzilla requirements page. In order to install Bugzilla bug tracker on CentOS 8, there are a few system considerations you might want to make. Sanity Check Install Bugzilla Bug Tracker on CentOS 8 Prerequisites.Control Bug Visibility/Editing with Groups.

mod_perl Support for Excellent Performance.Extension Mechanism for Highly Customizable Installations.Automatic Username Completion or Drop-Down User Lists.Scheduled Reports (Daily, Weekly, Hourly, etc.) by Email.Bug Lists in Multiple Formats (Atom, iCal, etc.).Email Notifications Controlled By User Preferences.
