Install Guide
| 
PDF |
JIRA is distributed in two different formats.
-
Standalone - Bundled with an application server and database, the standalone version runs out of the box. (requirements)
-
WAR/EAR - Deployable as a WAR or EAR inside any J2EE application server or servlet container.(requirements)
|
1. Installing JIRA Standalone
| |
| | |
Installing JIRA Standalone is very simple:
- Unzip the downloaded file
- To run the standalone use one of the following commands
- On Windows Run bin/startup.bat or
- On Unix/Linux Run bin/startup.sh
(You may have to make this file executable by running the chmod +x bin/startup.sh command)
- Run the setup wizard at http://localhost:8080/
Assuming everything works, where to from here?
|
2. Installing JIRA as a WAR / EAR
| |
| | |
The distribution ZIP file contains an Ant build script to create a deployable EAR
or WAR for your particular application server (and any necessary library directories).
The basic set of steps to install JIRA WAR/EAR is as follows:
-
Download and unzip JIRA if you have not already done so.
- Follow the installation guide for specific to your server.
- Access JIRA using your web browser and run through the brief setup wizard.
If you have problems or questions with installing, the best place to ask questions is on the mailing list.