Installing Jira in AWS EC2 using Error Driven Installation
So you may have heard of test driven development but have you heard of Error Driven Installation? Let me give you an example. Here I will install Jira in AWS using errors to help guide me. Installing Jira After you have created your EC2 instance and ssh’d in, download Jira. wget https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-8.8.0.tar.gz Then extract it via… Read More »