Installing Jira applications on Windows
Starting from Jira 10, we only support using this manual installation method.
In this guide we'll run you through installing a Jira application in a production environment, with an external database, manually using a zip file.
This method gives you the most control of the installation process.
Other ways to install Jira:
- Evaluation - get your free trial up and running in no time.
- Linux – install Jira on a Linux operating system.
On this page:
Before you begin
Before you install Jira, there's a few questions you need to answer.
Are you using a supported operating system and Java version? | |
Are you using a 32-bit operating system? | |
Do you want to run Jira as a Windows Service? | |
What database do you plan to use? | |
Do you have a Jira license? | |
Is your JAVA_HOME variable set correctly? |
Install a Jira application
1. Download Jira
Download the zip file for your operating system:
- Jira Core at https://www.atlassian.com/software/jira/core/download
- Jira Software at https://www.atlassian.com/software/jira/download
- Jira Service Management at https://www.atlassian.com/software/jira/service-desk/download
2. Create the installation directory
Create your installation directory (with full control permission) – this is where Jira will be installed. Avoid using spaces or special characters in the path. We'll refer to this directory as your
<installation-directory>
.- Extract the Jira zip file to your
<installation-directory>
. We recommend using 7zip or Winzip.
3. Create the home directory
- Create your home directory (with full control permission) – this is where Jira data like logs, search indexes and files will be stored. This should be seperate to your installation directory. We'll refer to this directory as your
<home-directory>
. Tell Jira where to find your
<home-directory>
when it starts up. There are two ways to do this:
4. Check the ports
By default Jira listens on port 8080
. If you have another application running on your server that uses the same ports, you'll need to tell Jira to use a different port.
5. Start Jira
- Run
<installation-directory>/bin/start-jira.bat
to start the install process.
A command prompt will open. Closing this window will stop Jira.
- Go to
http://localhost:8080/
to launch Jira in your browser (change the port if you've updated the Connector port).
Set up your Jira application
6. Choose set up method
7. Connect to your database
- If you've not already done so, it's time to create your database. See the 'Before you begin' section of this page for details.
- Choose My own database.
Choose your database type then enter the details for your database.
8. Set application properties
- Give your Jira site a name.
- Choose whether your site should be private or anyone can sign up. You can change this later.
- Enter your base URL - this is the address people will use to access your Jira site.
9. Enter your license
10. Create your administrator account
Enter details for the administrator account. You can add more administrators after set up is complete.
11. Set up email notifications
Enter details of your mail server. This will allow Jira to send notifications when issues change.
12. Start using Jira
http://<computer_name_or_IP_address>:<port>
Here's a few things that will help you get your team up and running:
- Add and invite users to get your team on board, or configure user directories for slightly bigger teams.
- Create your first project to have something to work on.
- Configure SSL or HTTPS to keep Jira and your team more secure.