jira安装.
jdk版本jdk1.8.0_201
mysql版本 5.7.20
配置数据库
create database jiradb character set 'UTF8';#创建jiradb数据库
create user jirauser identified by 'jira';#创建用户
grant all privileges on *.* to 'jirause'@'%' identified by 'jira' with grant option; #授权
grant all privileges on *.* to 'jirause'@'localhost' identified by 'jira' with grant option; #授权
flush privileges; #刷新,更新权限
jira安装
上传文件到指定目录
/home/synway/apps
[root@jira apps]# chmod 777 atlassian-jira-software-7.3.8-x64.bin
[root@jira apps]# ./atlassian-jira-software-7.3.8-x64.bin
回车
输入1
回车
1
[root@jira apps]# ./atlassian-jira-software-7.3.8-x64.bin
Unpacking JRE ...
Starting Installer ...
十一月 09, 2023 8:11:06 下午 java.util.prefs.FileSystemPreferences$2 run
信息: Created system preferences directory in java.home.
This will install JIRA Software 7.3.8 on your computer.
OK [o, Enter], Cancel [c]
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 7.3.8 is complete
Start JIRA Software 7.3.8 now?
Yes [y, Enter], No [n]
n
Installa