Preface
JIRA is an excellent problem-tracking management software tool developed by the Australian Atlassian Company to track and manage various types of issues, including defects, tasks, requirements, improvements, and more. Jira uses the Java EE technology to deploy across platforms. It is being used by a wide range of open source software organizations, as well as world-renowned companies.
Jira products are very complete and powerful, simple installation, multi-lingual support, very friendly interface, and other systems such as CVS, Subversion (SVN), VSS, LDAP, mail service integration is very good, complete documentation, usability and scalability are excellent, Have complete user Rights management.
Environment: Jira Software: 192.168.0.x9;jira database: 192.168.0.x9.
reference Documentation :
CentOS 6.5 under JIRA installation Deployment http://www.linuxidc.com/Linux/2014-08/105586.htm
1. Download
Official website: https://www.atlassian.com/software/jira/download or Baidu network disk download (relatively fast).
2. Installation
2.1 Installing the JDK environment
Installing the Tomcat environment under Linux, refer to: http://www.linuxidc.com/Linux/2014-04/100235.htm
Installing the JDK environment under Linux, refer to: http://www.linuxidc.com/Linux/2014-08/105906.htm
2.2. Create a Directory
Mkdir–p/home/jira
Mv/root/atlassian-jira-6.3.6.tar.gz./
2.3, unzip the installation
TAR-XVF atlassian-jira-6.3.6.tar.gz
CD Atlassian-jira-6.3.6-standalone
Configure Jira_home
Vim/home/jira/atlassian-jira-6.3.6-standalone/atlassian-jira/web-inf/classes/jira-application.properties
Jira.home =/home/jira_home
Note: This directory cannot be followed JIRA installation directory together, or you will get an error.
2.4, Start Jira
#cd/home/jira/atlassian-jira-6.3.6-standalone/bin
#./start-jira.sh
Open Jira URL Http://192.168.0.*9:8080,ok, you can see the following page:
4,jira Configuration
1. You need to copy the JDBC driver package Mysql-connector-java-5.1.25-bin.jar to/home/jira/atlassian-jira-6.3.6-standalone/atlassian-jira/ Under the Web-inf/lib directory
Note: The version of the JDBC driver package needs to be consistent with the version of MySQL installed. Otherwise you will be prompted:Unknown system variable ' default_storage_engine '
This time I installed the mysql5.7.17, using: Mysql-connector-java-5.1.39-snapshot-bin.jar Drive
2 , establish Jira database and account password:
Mysql-u root-p
Create database jiradb character Set=utf8;
Create user ' Jira ' @ ' localhost ' identified by ' [email protected]# ';
Create user ' Jira ' @ '% ' identified by ' [email protected]# ';
Grant all on jiradb.* to ' jira ' @ ' localhost ';
Grant all on jiradb.* to ' jira '% ';
Flush privileges;
3 , configure the database connection information in the interface, and then click " Next One " button as shown in the following:
after configuring the database, enter the program title in the new interface and click " Backwards " Button
Enter a temporary authorization code to register:
After registering, fill in the Administrator account and password
later, JIRA installation officially completed
5. Chinese
Download the Chinese plugin:
Jira-6.3.6-language-pack-zh_cn.jar
Add plugins--add Chinese plugins
Add finish, refresh page or clear cache Refresh page
6, to crack the authorization (to first Chinese after the crack, after the plug-in Settings page to go, display 500)
Click the Gear Shape management icon in the top right corner, select "System", then "authorize" and see the use date as follows:
Replace the Atlassian-extras-2.2.2.jar with the \atlassian-jira\web-inf\lib jar package with the same name as your Jira installation directory, cracking the package as: http://download.csdn.net/ detail/mchdba/7950429.
Fill in the authorization code, the authorization code parameter example is as follows:
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 applied to the ServerID,
Jira. Numberofusers=-1,
Licenseid=lid you apply to the Sen, note lid prefix do not throw away,
Licenseexpirydate= you want to set the expiration date as: 2099-12-31,
Purchasedate= your installation date, format (YYYY-MM-DD)
This installation authorization Code instance is:
Description=jira:commercial,
CREATIONDATE=2015-02-11,
Jira. Licenseedition=enterprise,
Evaluation=false,
Jira. Licensetypename=commercial,
Jira.active=true,
licenseversion=2,
MAINTENANCEEXPIRYDATE=2099-12-31,
ORGANISATION=PL,
sen=sen-l5280608, #这个值需要修改
Serverid=bavv-xdg0-lwyi-c4or, #这个值需要修改
Jira. Numberofusers=-1,
Licenseid=aaabbw0odaopenptkftlxdaqhd/zkwi+r9kwy66fpkxthghvtf0p4kuso0a6suwvup/edissyj4md
Hpofhoyqzu0ticweojy4a+fzzknwpik7q1icf2ntu3tl5p3ot89+1snphnmpcebwqkjtq9y9jn+w
Zxbpi2a68jw4dpqr/a0rzjs5vmuc0xobnnjah/s5bgfxbxabmkcqzzqu2jrtd3bezafzve+anyzr
Jdywnedm64g9d1apj4texxolok7cbzbjrbngkygwwtg+rbvjpbkhikar0adytt0xzfv7r5y+qqzv
Kwziovk5fqswq03yrvdkn/ekz3s4sxlcprswprddpd/at+p1nzdmc0cfqcm9+0llhvnnzqnstwur
O3EK+2GVGIUCTETS4Q3KHIGRNSY64HXYB/D8BM=X02DH,
LICENSEEXPIRYDATE=2099-12-31,
Purchasedate=2015-02-11
fill in the Authorization Code input box with the above authorization code information and click " Increase " button, as shown below:
after you see the authorization information updated, it means that the success of the crack, you will see the following success information , such as:
Linux install cracked Jira 6.3.6 and connect MYSQL5