Installing JIRA applications on Windows
In this guide we'll run you through installing a JIRA application in a production environment, with an external database, using the Windows installer.
This is the most straightforward way to get your production site up and running on a Windows server.
Other ways to install JIRA:
- Evaluation - get your free trial up and running in no time.
- Zip – install JIRA manually from a zip file.
- Linux – install JIRA on a Linux operating system
Before you begin
Before you install JIRA, there's a few questions you need to answer.
Are you using a supported operating system? | |
Do you want to run JIRA as a Windows Service? | |
Is your database set up and ready to use? | |
Do you have a JIRA license? |
Install a JIRA application
1. Download JIRA
Download the installer 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 Desk at https://www.atlassian.com/software/jira/service-desk/download
2. Run the installer
- Run the installer. We recommend using a Windows administrator account.
- Follow the prompts to install JIRA. You'll be asked for the following info:
- Destination directory – this is where JIRA will be installed.
- Home directory – this is where JIRA data like logs, search indexes and files will be stored.
- TCP ports – these are the HTTP connector port and control port JIRA will run on. Stick with the default unless you're running another application on the same port.
- Install as service – this option is only available if you ran the installer as administrator.
- JIRA will start up in your browser once installation is complete.
Set up your JIRA application
3. Choose set up method
4. 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.
5. Set application properties
- Give your JIRA site a name.
- Choose wether your site should is private or if 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.
6. Enter your license
7. Create your administrator account
Enter details for the administrator account. You can add more administrators after set up is complete.
8. Set up email notifications
Enter details of your mail server. This will allow JIRA to send notifications when issues change.
9. 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.