目录

jira6.0.1的安装

这里描述Ubuntu上安装jira6.0.1的过程(注意:汉化包要求jdk1.6)

jira的安装

sudo sh atlassian-jira-6.0.1-x64.bin

安装过程如下:

Unpacking JRE ...
Starting Installer ...

This will install JIRA 6.0.1 on your computer.
OK [o, Enter], Cancel [c]
o #输入o表示开始安装JIRA 6.0.1
Choose the appropriate installation or upgrade option.
Please choose one of the following:
Express Install (use default settings) [1], Custom Install (recommended for advanced users) [2, Enter], Upgrade an existing JIRA installation [3]
2 #输入2表示自定义安装

Where should JIRA 6.0.1 be installed?
[/opt/atlassian/jira]
#输入回车
Default location for JIRA data
[/var/atlassian/application-data/jira]
#输入回车
Configure which ports JIRA will use.
JIRA requires two TCP ports that are not being used by any other
applications on this machine. The HTTP port is where you will access JIRA
through your browser. The Control port is used to Startup and Shutdown JIRA.
Use default ports (HTTP: 8080, Control: 8005) - Recommended [1, Enter], Set custom value for HTTP and Control ports [2]
2 #输入2自定义端口
HTTP Port Number
[8080]
8082 #修改端口
Control Port Number
[8005]
8006 #修改端口
JIRA can be run in the background.
You may choose to run JIRA as a service, which means it will start
automatically whenever the computer restarts.
Install JIRA as Service?
Yes [y, Enter], No [n]
y #作为服务启动

Extracting files ...
#解压文件
Please wait a few moments while JIRA starts up.
Launching JIRA ...
Installation of JIRA 6.0.1 is complete
Your installation of JIRA 6.0.1 is now ready and can be accessed via your
browser.
JIRA 6.0.1 can be accessed at http://localhost:8082
Finishing installation ...
#安装结束,并且已经启动

jira的依赖文件下载

jira_crack.zip

jira的jar包拷贝

cp atlassian-extras-2.2.2.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/
cp mysql-connector-java-5.1.9.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/
cp atlassian-universal-plugin-manager-plugin-2.10.1.jar /var/atlassian/application-data/jira/plugins/.bundled-plugins/

jira的数据库创建

mysql -uroot -p #输入密码
create database jiradb character set utf8; #创建数据库jiradb

jira的重启

sh /opt/atlassian/jira/bin/stop-jira.sh
sh /opt/atlassian/jira/bin/start-jira.sh 

jira的初始化

访问 http://121.43.104.34:8082/

jira的汉化

jira的破解

授权码.txt
Description=JIRA: Commercial, 
CreationDate=2015-07-15, 
jira.LicenseEdition=ENTERPRISE, 
Evaluation=false, 
jira.LicenseTypeName=COMMERCIAL, 
jira.active=true, 
licenseVersion=2, 
MaintenanceExpiryDate=2099-12-31, 
Organisation=我的基拉, 
SEN=SEN-L6135440, 
ServerID=B10G-3GJF-6K86-V3S9, 
jira.NumberOfUsers=-1, 
LicenseID=SEN-L6135440, 
LicenseExpiryDate=2099-12-31, 
PurchaseDate=2015-07-15

jira的本地介绍