首页 > 其他分享 >Jira安装部署

Jira安装部署

时间:2024-05-31 10:47:51浏览次数:22  
标签:Jira opt 部署 data atlassian jira 8.14 安装

简要介绍:

版本介绍: Confluence 7.19.1

服务器地址:192.168.2.106

端口号:8080

数据目录:/opt/jira-8.14.0

每日备份目录:/opt/jira-data/export

手动备份目录:/opt/jira-data/export

备份保留时间:30天

mysql插件:/opt/jira-8.14.0/lib/mysql-connector-java-5.1.49.jar

license插件: /opt/jira-8.14.0/atlassian-agent.jar

部署安装:
1: 安装Jira
下载
[root@GITNAS_SERVER data]# wget https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-8.14.0-x64.bin
安装
[root@GITNAS_SERVER data]# chmod +x atlassian-jira-software-8.14.0-x64.bin
[root@GITNAS_SERVER data]# ./atlassian-jira-software-8.14.0-x64.bin
Unpacking JRE ...
Starting Installer ...
This will install Jira Software 8.14.0 on your computer.
OK [o, Enter], Cancel [c]
o
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]
2
Select the folder where you would like Jira Software to be installed.
Where should Jira Software be installed?
[/opt/atlassian/jira] --直接回车选择默认值
Default location for Jira Software data
[/var/atlassian/application-data/jira] --直接回车选择默认值
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]
y
Details on where Jira Software will be installed and the settings that will be used.
Installation Directory: /opt/atlassian/jira
Home Directory: /var/atlassian/application-data/jira
HTTP Port: 8080
RMI Port: 8005
Install as service: Yes
Install [i, Enter], Exit [e]
i
Extracting files ...
----这里会一直刷安装过程
Please wait a few moments while Jira Software is configured.
Installation of Jira Software 8.14.0 is complete
Start Jira Software 8.14.0 now?
Yes [y, Enter], No [n] --是否启动
n --先不用启动,破解后再启动
Installation of Jira Software 8.14.0 is complete
Your installation of Jira Software 8.14.0 is now ready.
Finishing installation ...

2: 破解Jira
[root@GITNAS_SERVER data]# cp atlassian-agent-v1.2.3/atlassian-agent.jar /opt/atlassian/jira/
[root@GITNAS_SERVER data]# cp atlassian-agent-v1.2.3/atlassian-agent.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/
[root@GITNAS_SERVER data]# cp mysql-connector-java-5.1.49.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/
3: 配置Jira
[root@GITNAS_SERVER data]# vim /opt/atlassian/jira/bin/setenv.sh
把export JAVA_OPTS
改成
export JAVA_OPTS="-javaagent:/opt/atlassian/jira/atlassian-agent.jar ${JAVA_OPTS}

[root@GITNAS_SERVER data]# /opt/atlassian/jira/bin/start-jira.sh

4: Jira密码管理

原来密码:admin admin123

新密码:admin MhxzKhl@321

标签:Jira,opt,部署,data,atlassian,jira,8.14,安装
From: https://www.cnblogs.com/zeze416/p/18224010

相关文章