How to enable SSL on Confluence (Centos 7)
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...
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
Our company has used Bugzilla to track the bugs in various products for years. With the recent move to Jira to manage our projects and track tasks, it was time ...
This is my version of git cheat sheet. It is compiled mainly from: GitTower and github cheat sheets. I combined and trimmed them. You can download a pdf version...
The guys at ERPNext have done a great job on creating an installation script that install the full functional system in one easy step. But my initial attempts t...