1. Installing the Java Environment
Because Jira is developed in Java, all the Java environments need to be configured, and if you are not downloading a standalone installation package, you need to install the Tomcat container environment because Jira is a Java Web project.
2, download Jira installation package and installation
We are directly using the standalone package, which integrates the Tomcat environment, can be directly extracted to complete the installation, remember to copy to the directory you are ready to install. such as:/home/jira directory
TAR-XVF atlassian-jira-6.3.6.tar.gz # #解压
3. Set Jira_home
Jira_home is a global variable configuration for Jira, and the specific file
/home/jira/atlassian-jira-6.3.6-standalone/atlassian-jira/web-inf/classes/jira-application.properties
The specific directory of the Jira_home can be customized, but not the parent directory of the Jira installation directory, that is, home/home or/home/jira
4. Modify the Startup configuration file
Here the main modification of the boot port, the default is 8080 port but it may be occupied, check whether the port is occupied can use the command:
lsof-i:8080
The configuration file location of the modified port is
/home/jira/atlassian-jira-6.3.6-standalone/conf/server.xml
Find Port 8080 Modifications
5. Copy the MySQL driver package
Copy the JDBC driver package Mysql-connector-java-5.1.25-bin.jar to the/home/jira/atlassian-jira-6.3.6-standalone/atlassian-jira/ Under the Web-inf/lib directory
6. Start Jira
/home/jira/atlassian-jira-6.3.6-standalone/bin/start-jira.sh
7. Jira Configuration
First you have to have a database server, JIRA support MySQL, and a MySQL server to create a Jira database; front Access address:
http://xxx.xxx.xxx.xxx:8080
Select my Own database and fill in the relevant databases configuration content;
Test the connection, success means that the configuration is complete, then continue to the Jira basic Information Settings page
Fill in the title and base URL on demand, the underlying URL is unchanged by default and continues backwards
Choose the product you need, you should choose a second Jira+jira agile, and go back to the authorization page
If you do not Jira authorized temporary authorization code, you can register an account, select I have an account but no secret key option, Jira temporary Authorization code is also through the account application, so directly register an account more convenient
Here to start filling in the Administrator account information and password
Configure the mailbox settings here, you can also set in the late, here skip directly
Go to admin homepage after completion
8, Jira crack
Replace the Jira hack package Atlassian-extras-2.2.2.jar with the corresponding package from your Jira installation directory \atlassian-jira\web-inf\lib , and Restart Jira;
Click the Manage icon for the gear shape in the top right corner, select "System", select "Authorize" item in the left menu bar of the page to see the authorization information
Enter crack authorization code information such as:
Description=jira:commercial,creationdate= your installation date, format (YYYY-MM-DD), JIRA. Licenseedition=enterprise,evaluation=false,jira. Licensetypename=commercial,jira.active=true,licenseversion=2,maintenanceexpirydate= you want to set the expiration date as: 2099-12-31, Organisation=joiandjoin,sen= you apply to the SEN note there is no prefix lid,serverid= you apply to the Serverid,jira. Numberofusers=-1,licenseid=lid You apply for Sen, note lid prefix do not lose, licenseexpirydate= you want to set the expiration date such as: 2099-12-31,purchasedate= Your installation date , Format (YYYY-MM-DD)
Click Add after the successful crack display the following information
9, Jira Agile plugin hack
Replace the Jira Agile hack package Atlassian-universal-plugin-manager-plugin-2.17.13.jar with your Jira installation directory \atlassian-jira\web-inf\ The corresponding package in Lib and restart Jira;
Click on the Plugins menu-> Click Manage Plugins in the left directory-find Jira Agile, find authorization settings,
The input break decoding is as follows: Remember to replace its winning # message, #号也删除掉
Description=jira Agile (formerly GreenHopper) for jira\: commercial,numberofusers=-1,creationdate=2014-08-01, # Evaluation=false,greenhopper. licenseedition=enterprise,licenseversion=2,maintenanceexpirydate=2099-01-01, #Organisation =saper, greenhopper.active=true,sen=sen-l4390388, #ServerID =bqje-rnsr-9nmg-jdwn, #LicenseExpiryDate = 2099-01-01, # licensetypename=commercial,purchasedate=2014-08-01 #
The page shows no expiration time after cracked successfully
All the installation packages mentioned in the article can be downloaded here.
JIRA6.3 installation and Alige plug-in hack