Deploying Jira and Bugzilla with Docker Compose
Deploying Jira
For deploying Jira, a common approach involves using a pre-configured Docker image. Ensure you have the necessary license or are using it in a compliant manner. The deployment typically requires a database connection, which we will configure in the docker-compose.yml file.
Deploying Bugzilla
Bugzilla is a web-based bug tracking s ...
Posted on Sat, 16 May 2026 11:41:51 +0000 by jonners
Installing Jira and Confluence on CentOS 7.4
Introduction
This guide covers the installation of Jira and Confluence on CentOS 7.4. The instructions are based on Jira version 9.11.3 and Confluence version 8.6.1, but the process is similar for other versions.
Prerequisites
A CentOS 7.4 system
Basic Linux command-line knowledge
Java installed
System Time Verification
Check the system date ...
Posted on Sat, 16 May 2026 06:56:17 +0000 by s_bastian