Install Guide

PDF
PDF

JIRA is distributed in two different formats.

  1. Standalone - Bundled with an application server and database, the standalone version runs out of the box, once you have installed Java.
  2. WAR/EAR - Deployable as a WAR or EAR inside any J2EE application server or servlet container (for which you need Java, a new or existing application server and database).

1. Installing JIRA Standalone

Installing JIRA Standalone is very simple:

  1. Unzip the downloaded file (Notes: avoid WinXP unzip! Solaris users will need to use GNU tar to handle the long filenames.)
  2. Run the startup script:
    • On Windows, run bin/startup.bat (try bin/catalina.bat run if that immediately exits), or
    • On Unix/Linux, run bin/startup.sh. Logs will be written to logs/catalina.out.
  3. Point a web browser at http://localhost:8080, where you should see the setup wizard.

If something goes wrong, please verify that Java is installed correctly. If the problem persists, please contact us - we're happy to help.

Assuming everything works, where to from here?

2. Installing JIRA as a WAR / EAR

The distribution ZIP file contains an Ant build script to create a deployable EAR or WAR for your particular application server (and any necessary library directories).

The basic set of steps to install JIRA WAR/EAR is as follows:

  1. Download and unzip JIRA (but not with XP's unzipper) if you have not already done so.
  2. Follow the instructions in the readme.txt file, located in the root directory of the unpacked JIRA distribution. This refers to the server-specific install guides.
  3. Access JIRA using your web browser and run through the brief setup wizard.

Avoid Windows XP's built-in unzip tool!

The built-in unzip tool in Windows XP is broken - it silently fails to extract files with long names (see JRA-2153). Other users have also reported problems using WinRAR. Please use another tool like WinZIP to unpack JIRA.