Documentation for JIRA 5.1.x. Documentation for other versions of JIRA is available too.
This guide describes how to install a new JIRA installation on Windows using the automated 'Windows Installer'. If you are upgrading JIRA, please refer to the Upgrading JIRA guide.
You can also install JIRA from a 'zip' archive — see Installing JIRA from an Archive File on Windows, Linux or Solaris for details. This is useful if you want JIRA to use a pre-existing supported Java platform, since the Windows Installer installs its own JRE to run JIRA.
Please Note: Some anti-virus or other Internet security tools may interfere with the JIRA installation process and prevent the process from completing successfully. If you experience or anticipate experiencing such an issue with your anti-virus/Internet security tool, disable this tool first before proceeding with the JIRA installation.
There are two ways to install JIRA using the Windows Installer:
On this page:
Use the installation wizard if you are installing JIRA on your server for the first time or you wish to specify your installation options.
If you have previously installed JIRA using the installation wizard and wish to re-install JIRA again with the same installation options, you can re-install JIRA in 'unattended mode' without any user input required (see below for details).
To install JIRA as a service, the Windows Installer must be run using a Windows administrator account. While you can run the Windows Installer with a non-administrator account, your installation options will be much more limited.
start-jira.bat
at the Windows Command Prompt. Please Note:
If JIRA is not already started, you can start JIRA using the appropriate Windows 'Start' menu shortcut or command prompt option.
Once JIRA is started, you can access JIRA from the appropriate Windows 'Start' menu shortcut or a browser on any computer with network access to your JIRA server.
The Installer will have created the following Windows 'Start' menu shortcuts:
Enter the bin
subdirectory of your JIRA installation directory and run the appropriate file:
start-jira.bat
(to start JIRA)stop-jira.bat
(to stop JIRA) If you followed our guidelines for running JIRA with a dedicated user account, then to run JIRA as this user account (e.g. 'jira'), use the
runas
command to execute start-jira.bat
. For example:
runas /env /user:<DOMAIN>\jira start-jira.bat
<DOMAIN>
is your Windows domain or computer name.)You can access JIRA from any computer with network access to your JIRA server by opening a supported web browser on the computer and visiting this URL:
http://<computer_name_or_IP_address>:<HTTP_port_number>
where:
<computer_name_or_IP_address>
is the name or IP address of the computer on which JIRA is installed and<HTTP_port_number>
is the HTTP port number specified when you installed JIRA (above). If JIRA does not appear in your web browser, you may need to change the port that JIRA runs on.
If you have previously installed JIRA using the installation wizard (above), you can use a configuration file from this JIRA installation (called response.varfile
) to re-install 'unattended mode' without any user input required.
Installing JIRA in unattended mode saves you time if your previous JIRA installation was used for testing purposes and you need to install JIRA on multiple server machines based on the same configuration.
Please Note:
response.varfile
file contains the options specified during the installation wizard steps of your previous JIRA installation. Hence, do not uninstall your previous JIRA installation just yet.response.varfile
file, please ensure all directory paths specified are absolute, for example, sys.installationDir=C\:\\Program Files\\Atlassian\\JIRA
copy
the response.varfile
file located in the .install4j
subdirectory of your previous JIRA installation directory, to the same location as the downloaded 'Windows Installer' file.response.varfile
if you need to install JIRA on multiple machines.Change directory (cd
) to the location of the 'Windows Installer' file and run the following command:
atlassian-jira-X.Y.exe -q -varfile response.varfile
Where:
X.Y
— refers to the version of JIRA you are about to install.-q
— instructs the installer to operate in unattended mode (i.e. 'quietly').-varfile response.varfile
— specifies the configuration file containing the configuration options used by the installer. The location and name of the configuration file should be specified after the -varfile
option.