how to setup postfix mail relay service on Centos 7
In this post I will go through basic mail relay server install and set-up. I installed this in my Jira server to send the Jira, Confluence and Bitbucket server ...
In this post I will go through basic mail relay server install and set-up. I installed this in my Jira server to send the Jira, Confluence and Bitbucket server ...
In this post, I will go through how to migrate from the MediaWiki to the Confluence server. It will include the historical information as well as image attachme...
In this short tutorial i will go through how to enable SSL on Jira software on Centos 7. Atlassian applications allow the use of SSL within range of their produ...
Edit 2018-03-06: I created a script that will do all the set-up on this post and original installation post in one go on github. https://github.com/sjoulaei/ins...
UPDATE --July-2018 Original instruction was installing postgresql-server-9.2. Atlassian has dropped support for v9.2 for newer versions. The post updated to ins...
Up until now I always have used Mysql server for Jira instances. PostgreSQL is Atlassian preferred database for Jira and other products. So I will go through in...
As of Centos7 the default firewall application has changed from iptables to firewalld. FirewallD provides dynamic filterinc versus static ones in iptables. You ...
Main Reference from official docker website: installation on Centos