Jira8.x版本安裝與破解
目錄
[TOC]
1最仑、軟件下載
[root@ecs-9b93-0009 mnt]# wget -f https://product-downloads.atlassian.com/software/jira/downloads/atlassian-jira-software-8.5.1-x64.bin
2、軟件安裝
[root@ecs-9b93-0009 ~]# ./atlassian-jira-software-8.5.1-x64.bin
Unpacking JRE ...
Starting Installer ...
This will install JIRA Software 8.5.1 on your computer.
OK [o, Enter], Cancel [c]
Click Next to continue, or Cancel to exit Setup.
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]
Select the folder where you would like JIRA Software to be installed.
Where should JIRA Software be installed?
[/opt/atlassian/jira]
/data/home/jira/soft
Default location for JIRA Software data
[/var/atlassian/application-data/jira]
/data/home/jira/data
Configure which ports JIRA Software 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]
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]
Details on where JIRA Software will be installed and the settings that will be used.
Installation Directory: /data/home/jira/soft
Home Directory: /data/home/jira/data
HTTP Port: 8080
RMI Port: 8005
Install as service: Yes
Install [i, Enter], Exit [e]
Extracting files ...
Please wait a few moments while JIRA Software is configured.
Installation of JIRA Software 8.5.1 is complete
Start JIRA Software 8.5.1 now?
Yes [y, Enter], No [n]
Please wait a few moments while JIRA Software starts up.
Launching JIRA Software ...
Installation of JIRA Software 8.5.1 is complete
Your installation of JIRA Software 8.5.1 is now ready and can be accessed
via your browser.
JIRA Software 8.5.1 can be accessed at http://localhost:8080
Finishing installation ...
3、破解JIRA
3.1绅喉、下載破解文件
::: alert-info
打開 https://gitee.com/pengzhile/atlassian-agent/releases 下載 atlassian-agent.jar
將其下載到服務(wù)器某個目錄下
:::
3.2、停止服務(wù)
[root@ecs-9b93-0009 mnt]# cd /data/home/jira/soft/bin/
[root@ecs-9b93-0009 bin]# ./shutdown.sh
`sMMMMMMMMMMMMMM+
MMMMMMMMMMMMMM
:sdMMMMMMMMMMM
MMMMMM
`sMMMMMMMMMMMMMM+ MMMMMM
MMMMMMMMMMMMMM +MMMMM
:sMMMMMMMMMMM MMMMM
MMMMMM `UOJ
`sMMMMMMMMMMMMM+ MMMMMM
MMMMMMMMMMMMMM +MMMMM
:sdMMMMMMMMMM MMMMM
MMMMMM `UOJ
MMMMMM
+MMMMM
MMMMM
`UOJ
Atlassian Jira
Version : 8.5.1
If you encounter issues starting or stopping JIRA, please see the Troubleshooting guide at https://docs.atlassian.com/jira/jadm-docs-085/Troubleshooting+installation
Server startup logs are located in /data/home/jira/soft/logs/catalina.out
Using CATALINA_BASE: /data/home/jira/soft
Using CATALINA_HOME: /data/home/jira/soft
Using CATALINA_TMPDIR: /data/home/jira/soft/temp
Using JRE_HOME: /data/home/jira/soft/jre/
Using CLASSPATH: /data/home/jira/soft/bin/bootstrap.jar:/data/home/jira/soft/bin/tomcat-juli.jar
Using CATALINA_PID: /data/home/jira/soft/work/catalina.pid
Tomcat stopped.
3.3叫乌、添加mysql驅(qū)動
# 下載mysql驅(qū)動包 mysql-connector-java-5.1.48-bin.jar
[root@ecs-9b93-0009 mysql-connector-java-5.1.48]# cp mysql-connector-java-5.1.48-bin.jar /data/home/jira/soft/atlassian-jira/WEB-INF/lib/
3.4柴罐、修改jira配置文件
[root@ecs-9b93-0009 mnt]# cd /data/home/jira/soft/bin/
[root@ecs-9b93-0009 bin]# vi setenv.sh
## 添加 export JAVA_OPTS="-javaagent:/data/home/jira/atlassian-agent.jar ${JAVA_OPTS}"
3.5、啟動服務(wù)
[root@ecs-9b93-0009 mnt]# cd /data/home/jira/soft/bin/
[root@ecs-9b93-0009 bin]# ./start-jira.sh
To run JIRA in the foreground, start the server with start-jira.sh -fg
executing using dedicated user: jira
`sMMMMMMMMMMMMMM+
MMMMMMMMMMMMMM
:sdMMMMMMMMMMM
MMMMMM
`sMMMMMMMMMMMMMM+ MMMMMM
MMMMMMMMMMMMMM +MMMMM
:sMMMMMMMMMMM MMMMM
MMMMMM `UOJ
`sMMMMMMMMMMMMM+ MMMMMM
MMMMMMMMMMMMMM +MMMMM
:sdMMMMMMMMMM MMMMM
MMMMMM `UOJ
MMMMMM
+MMMMM
MMMMM
`UOJ
Atlassian Jira
Version : 8.5.1
If you encounter issues starting or stopping JIRA, please see the Troubleshooting guide at https://docs.atlassian.com/jira/jadm-docs-085/Troubleshooting+installation
Server startup logs are located in /data/home/jira/soft/logs/catalina.out
Using CATALINA_BASE: /data/home/jira/soft
Using CATALINA_HOME: /data/home/jira/soft
Using CATALINA_TMPDIR: /data/home/jira/soft/temp
Using JRE_HOME: /data/home/jira/soft/jre/
Using CLASSPATH: /data/home/jira/soft/bin/bootstrap.jar:/data/home/jira/soft/bin/tomcat-juli.jar
Using CATALINA_PID: /data/home/jira/soft/work/catalina.pid
Tomcat started.
4憨奸、配置
4.1革屠、基礎(chǔ)配置
image.png
image.png
image.png
image.png
4.2、授權(quán)配置
java -jar atlassian-agent.jar -p jira -m aaa@bbb.com -n my_name -o https://zhile.io -s ABCD-1234-EFGH-5678 # 生成的許可證,直接復(fù)制于jira頁面提交即可
-p jira(安裝的是jira產(chǎn)品)屠阻,具體的可以根據(jù)-p進(jìn)行參考
-m aaa@bbb.com(隨意寫)
-n my_name(隨意寫)
-o https://zhile.io (隨意寫)
-s B3N1-KDPW-IYEI-14CE (即jira顯示的服務(wù)器ID)