[root@jira-server ~]# rz -y #上传atlassian-jira-software-7.3.8-x64_2.bin设置权限
[root@jira-server ~]# chmod +x atlassian-jira-software-7.3.8-x64_2.bin安装
[root@jira ~]# ./atlassian-jira-software-7.3.8-x64_2.bin安装过程中jira会问你几个问题,我在下面解释一下问题的意思 第一问:
This will install JIRA Software 7.3.8 on your computer. OK [o, Enter], Cancel [c] (输入`o` 或 按`回车`键)
这里是在通知你,将要在你的电脑上安装JIRA 7.3.8,输入o 或 按回车键,允许程序安装
第二问:
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`)
系统提示你“选择适当的安装或升级选项”
这里三个选项的含义分别是快速安装(默认设置)、自定义+ 安装(适合高级用户)以及升级现有的JIRA
我们这里选择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] (输入`i` 或 按`回车`键)
出现如下信息,代表安装成功
Installation of JIRA Software 7.3.8 is complete Your installation of JIRA Software 7.3.8 is now ready. Finishing installation ... [root@jira-server ~]#