
Jira 8 Essentials
By :

We will start by installing Jira as a standalone deployment. We will perform our installation on a Windows platform and use PostgreSQL for the database. If you are planning on using a different platform or database, refer to the vendor documentation on installing the required software for your platform.
In this section, you will do the following:
We will continue to use this Jira deployment in subsequent chapters and exercises as we build our help desk implementation.
For our deployment, we will use the following:
Let’s begin by installing Jira!
Before we install Jira, here are two important directories we need to mention:
JIRA_INSTALL
: This is the directory where the Jira application will be installedJIRA_HOME
: This is the directory that Jira will use to store some of its important configuration and data filesWe will be referring to those two directories throughout this book. Now, on to the installation. There are generally two steps involved:
Let’s get started.
The first step is to download the latest stable release of Jira. You can download Atlassian Jira from https://www.atlassian.com/software/jira/update.
The Atlassian website will detect the operating system you are using and automatically suggest an installation package for you to download. If you intend to install Jira on a different operating system from the one you are currently on, make sure that you select the correct operating system package.
As we mentioned earlier, with Windows, there is a Windows installer package and a self-extracting archive package. For this exercise, we will use the installer package (Windows 64-bit Installer
):
Figure 1.4 – Jira installation step 1
Figure 1.5 – Jira installation step 2
JIRA_INSTALL
directory. Click on the Next button to continue:Figure 1.6 – Jira installation step 3
JIRA_HOME
directory. Click on the Next button to continue:Figure 1.7 – Jira installation step 4
8080
. If 8080
has already been taken by another application, or if you want Jira to run on a different port such as port 80
, select the Set custom value for HTTP and Control ports option and specify the port numbers you want to use. Click on the Next button to continue:Figure 1.8 – Jira installation step 6
Figure 1.9 – Jira installation step 7
Figure 1.10 – Jira installation step 8
Figure 1.11 – Jira installation step 9
That’s it! Congratulations, your Jira is installed and running. Now, let’s learn how to configure it.
If you chose the Launch Jira Software in browser option in the last step of the installation wizard, you should see the Jira setup wizard in your browser window. If not, you can browse to http://localhost:<port number>
in your browser, where <port number>
is the number you assigned to Jira in Step 6 of the installation process.
The easy-to-use setup wizard that comes with Jira will walk you through the process of completing your Jira setup. Here, you will be able to configure the database connections, default language, and much more.
The steps for this are as follows:
Figure 1.12 – Jira configuration step 1
Figure 1.13 – Jira configuration step 2
Note
The Built In option is great for getting Jira up and running quickly for evaluation purposes.
After you have selected the My Own Database option, the wizard will expand for you to provide the database connection details. If you do not have the necessary database driver installed, Jira will prompt you for it.
Once you have filled in the details for your database, it’s a good idea to click on the Test Connection button to verify that Jira can connect to the database. If everything has been set up correctly, Jira will report a success message. You should be able to move on to the next step by clicking on the Next button. This may take a few minutes as Jira will now create all the necessary database objects. Once this is done, you will be taken to the next step of the wizard.
Figure 1.14 – Jira configuration step 3
Figure 1.15 – Jira configuration step 4
Figure 1.16 – Jira configuration step 5
Important note
This account is important, and it can help you troubleshoot and fix problems later on. Do not lose it!
Figure 1.17 – Jira configuration step 6
Congratulations! You have completed your Jira setup. You should now see the welcome page, and be automatically logged in as the administrator user you created in Step 5. On the welcome page, you will need to set up a few user preferences, such as the default language and profile picture. Follow the onscreen prompts to set up the account. Once you are done, you should be presented with the options to create a sample project, a new project from scratch, or import project data from other sources, as shown in the following screenshot:
Figure 1.18 – Jira welcome page
With that, Jira is fully configured. We will cover the various features and things you can do with it later in this book, but for now, we will look at some additional management and configuration options for Jira, starting with how to start and stop Jira as a service.
Since we used Windows Installer, Jira is installed as a Windows service. Therefore, you can start, stop, and restart it via the Windows Services console. In the Services console, look for Atlassian Jira. Here, you will be able to stop and start the application, as shown in the following screenshot:
Figure 1.19 – Windows Services
If you installed Jira using the archive options, you can start and stop Jira using the scripts provided in the JIRA_INSTALL\bin
directory, which are start-jira.sh
and stop-jira.sh
for Linux, and start-jira.bat
and stop-jira.bat
for Windows.
Now that we know how to start and stop Jira, let’s look at some of the additional configurations, such as allocating memory.
Change the font size
Change margin width
Change background colour