Installing Jira applications on Linux
In this guide we'll run you through installing a Jira application in a production environment, with an external database, using the Linux installer.
This is the most straightforward way to get your production site up and running on a Linux server.
Other ways to install Jira:
- Evaluation - get your free trial up and running in no time.
- TAR.GZ – install Jira manually from an archive file.
- Windows – install Jira on a Windows server.
On this page:
The Linux and Windows installer already includes the bundled JRE.
If you decide to install Jira with the tar.gz
archive file, you should also install the JRE or the JDK. Learn more about the supported versions:
Before you begin
Before you install Jira, there are a few questions you need to answer.
Are you using a supported operating system? | |
Do you want to run Jira as a service? | |
Is your database set up and ready to use? | |
Do you have a Jira license? | |
Check some known issues |
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 Management at https://www.atlassian.com/software/jira/service-desk/download
The installer already includes the bundled JRE.
2. Run the installer
Make the installer executable.
Run the installer, we recommend using
sudo
to run the installer as this will create a dedicated account to run Jira and allow you to run Jira as a service.
- Follow the prompts to install Jira. You'll be asked for the following info:
- Install type – choose option 2 (custom) for the most control.
- 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
sudo
.
- Once installation is complete head to http://localhost:8080 in your browser to begin the setup process.
(Replace8080
if you chose a different port during installation) .
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 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.
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.