阿里云ECS服务器下新版JIRA-8.13.6+MySQL-8.0.18安装步骤

1、阿里云ECS服务器 CentOS8.0(CentOS6、CentOS7均适用)

2、Atlassian JIRA 8.13.6(适用于所以JIRA版本)

3、MySQL 8.0.18(MySQL8.0.*都适用)

4、JDK1.8.271(jdk1.8.*以上)

以上环境理论上均至此
 

一、JIRA-8.13.6下载源码

JIRA-8.13.6官方地址:https://www.atlassian.com/zh/software/jira/download

bin格式源文件:atlassian-jira-software-8.13.6-x64.bin

新版JIRA-8.13.6+MySQL-8.0.18安装新手部署教程(图1)

二、上传至服务器(本文上传至CentOS-8.0根目录/opt/下)

[root@mysql-8-0-18 ~]# cd /opt/
[root@mysql-8-0-18 opt]# ll
总用量 431572
-rwxr-xr-x  1 root root 409833111 5月   5 14:56 atlassian-jira-software-8.13.6-x64.bin
-rw-r--r--  1 root root   3831411 5月   5 14:56 mysql-connector-java-8.0.18.tar.gz

三、授予JIRA-8.13.6源码文件可执行权限

[root@mysql-8-0-18 opt]# chmod a+x /opt/atlassian-jira-software-8.13.6-x64.bin

四、执行自动安装过程

[root@mysql-8-0-18 opt]# ./atlassian-jira-software-8.13.6-x64.bin
Unpacking JRE ...
Starting Installer ...

This will install Jira Software 8.13.6 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]
1

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]


Extracting files ...


Please wait a few moments while Jira Software is configured.

Installation of Jira Software 8.13.6 is complete
Start Jira Software 8.13.6 now?
Yes [y, Enter], No [n]
y

Please wait a few moments while Jira Software starts up.
Launching Jira Software ...

Installation of Jira Software 8.13.6 is complete
Your installation of Jira Software 8.13.6 is now ready and can be accessed
via your browser.
Jira Software 8.13.6 can be accessed at http://localhost:8080
Finishing installation ...

五、配置MySQL-8.0.18

1、新建JIRA数据库,我这里习惯使用Navicat直连MySQL-8.0.18,右键新建数据库,填写字符集与规则即可;

新版JIRA-8.13.6+MySQL-8.0.18安装新手部署教程(图2)

2、右键新创建的JIRA数据库,掉出命令窗口“命令列界面”,执行如下命令创建JIRA所使用数据库账户并授权本地可访问;

create user 'jira'@'localhost' identified WITH mysql_native_password by 'jira@admin';
GRANT REPLICATION SLAVE ON *.* to 'jira'@'localhost' ;
grant all privileges on jira.* to 'jira'@'localhost' with grant option;
flush privileges;

新版JIRA-8.13.6+MySQL-8.0.18安装新手部署教程(图3)

六、浏览器输入http://ip:8080,即出现初始化窗口页面

新版JIRA-8.13.6+MySQL-8.0.18安装新手部署教程(图4)

下一步

新版JIRA-8.13.6+MySQL-8.0.18安装新手部署教程(图5)

本次我们是用MySQL-8.0.18+JIRA组合实验,选MySQL 8.0即可,填写第五步骤的数据库注册信息,下一步;

遇到如下报错“找不到驱动:com.mysql.cj.jdbc.Driver”

新版JIRA-8.13.6+MySQL-8.0.18安装新手部署教程(图6)

解决“找不到驱动:com.mysql.cj.jdbc.Driver”的官方解决方案步骤

1、下载相应版本驱动包

地址:https://cdn.mysql.com/archives/mysql-connector-java-8.0/mysql-connector-java-8.0.18.tar.gz

新版JIRA-8.13.6+MySQL-8.0.18安装新手部署教程(图7)

2、解压缩提取:mysql-connector-java-8.0.18.jar

[root@mysql-8-0-18 opt]# ll
总用量 431572
-rwxr-xr-x  1 root root 409833111 5月   5 14:56 atlassian-jira-software-8.13.6-x64.bin
-rw-r--r--  1 root root   3831411 5月   5 14:56 mysql-connector-java-8.0.18.tar.gz

[root@mysql-8-0-18 opt]# tar xvf mysql-connector-java-8.0.18.tar.gz

3、上传至jira指定目录:

[root@mysql-8-0-18 opt]# cp mysql-connector-java-8.0.18/mysql-connector-java-8.0.18.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/

4、重启JIRA,继续初始化步骤

[root@mysql-8-0-18 opt]# cd /opt/atlassian/jira/bin/
[root@mysql-8-0-18 bin]# ./start-jira.sh

新版JIRA-8.13.6+MySQL-8.0.18安装新手部署教程(图8)

新版JIRA-8.13.6+MySQL-8.0.18安装新手部署教程(图9)

新版JIRA-8.13.6+MySQL-8.0.18安装新手部署教程(图10)

七、JIRA-8.13.6激活

申请30天免费试用,粘贴秘钥,下一步即可,证书管理地址:https://my.atlassian.com/product

新版JIRA-8.13.6+MySQL-8.0.18安装新手部署教程(图11)

新版JIRA-8.13.6+MySQL-8.0.18安装新手部署教程(图11)

注意,在验证秘钥,下一步过程中验证成功后,jira会自动结束进程,需要我们自己再次启动JIRA既即可

[root@mysql-8-0-18 bin]# ./start-jira.sh

新版JIRA-8.13.6+MySQL-8.0.18安装新手部署教程(图12)

八、重置JIRA实例

[root@mysql-8-0-18 ~]# rm /var/atlassian/application-data/jira/* -rf

至此,新版JIRA-8.13.6+MySQL-8.0.18新手教程介绍完成,有疑问可留言...