To install JIRA Standalone on UNIX/Linux, follow these steps:

Before you begin

Please ensure that you have installed Java and set JAVA_HOME.

1. Download and Install JIRA Standalone

  1. Download the JIRA Standalone TAR (.GZ) file here.
  2. Unzip the downloaded file.

2. Set JIRA Home

3. Start JIRA

Run bin/startup.sh. Wait until the following message appears in the application's log file:

***************************************************
 You can now access JIRA through your web browser.
***************************************************

To access JIRA, go to your web browser and type this address: http://localhost:8080.

If JIRA does not appear, you may need to change the port that JIRA runs on.

Note: Logs will be written to logs/catalina.out.

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

4. Run the Setup Wizard

See Running the Setup Wizard.

Next Steps