How to install Jira and Confluence in your Mac in 5 minutes using Docker

To do this exercise Docker must be installed and running in your Mac computer. We will use Docker Desktop for Mac (download from here). After the install process, open it! Now configure the total RAM and capacity of the Docker service. Now we are ready to start! Just open the Command Line Terminal and execute this…

Read More

Enable https and Apache Proxy in your Jira Server

This post can be the continuation of this: Useful links to install Jira Server on Google Cloud In this case, we want to install a Proxy Server (can be Apache or Nginx for example). To install Apache in a Linux Debian installation: apt-get update apt-get install apache2 To start the service: sudo service apache2 start Enable mod_proxy modules…

Read More

WARNING!! if you want to upgrade JIRA from 6 to 7.2.x and then install Service Desk 3.2.x … YOU MUST READ THIS FIRST

After upgrading to JIRA Service Desk 3.2.x, Service Desk project’s navigation bar shows “Unable to render element due to an error” <<Font>> Minimum upgrade version is the problem If you don’t have JIRA Service Desk 3.0 or JIRA 7.0, first upgrade to JIRA 7.0 and then JIRA Service Desk 3.0 (with the .obr file). Then, upgrade to…

Read More

How to install JIRA / Confluence on local server

Download and install JIRA from: https://es.atlassian.com/software/jira/download Download and install MySQL Server from: https://dev.mysql.com/downloads/file.php?id=456518 Create the Database: https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+MySQL Install MySQL Connector in Tomcat: Download from: http://dev.mysql.com/downloads/connector/j Copy the file mysql.jar in the {TOMCAT_PATH}/lib Incredible but is true… then we need install another time JIRA! That’s it!

Read More