Jira安装部署

简要介绍:

版本介绍: 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

posted @   weizongze  阅读(241)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
点击右上角即可分享
微信分享提示