千家信息网

linux JIRA安装

发表于:2025-01-25 作者:千家信息网编辑
千家信息网最后更新 2025年01月25日,第一步[root@bogon home]# chmod 755 atlassian-jira-software-7.6.2-x64.bin [root@bogon home]# ./atlassian
千家信息网最后更新 2025年01月25日linux JIRA安装

第一步

[root@bogon home]# chmod 755 atlassian-jira-software-7.6.2-x64.bin [root@bogon home]# ./atlassian-jira-software-7.6.2-x64.bin Unpacking JRE ...Starting Installer ...This will install JIRA Software 7.6.2 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]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 otherapplications on this machine. The HTTP port is where you will access JIRAthrough 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 startautomatically whenever the computer restarts.Install JIRA as Service?Yes [y, Enter], No [n]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.6.2 is completeStart JIRA Software 7.6.2 now?Yes [y, Enter], No [n]Please wait a few moments while JIRA Software starts up.Launching JIRA Software ...Installation of JIRA Software 7.6.2 is completeYour installation of JIRA Software 7.6.2 is now ready and can be accessedvia your browser.JIRA Software 7.6.2 can be accessed at http://localhost:8080Finishing installation ...You have new mail in /var/spool/mail/root[root@bogon home]# [root@bogon home]#

第二步停止:jira
cd /opt/atlassian/jira/bin

-rwxr-xr-x 1 root root   1908 Dec 20 15:54 version.sh[root@bogon bin]# ./stop-jira.sh executing using dedicated user                .....          .... .NMMMD.  ...        .8MMM.  $MMN,..~MMMO.        .?MMM.         .MMM?.     OMMMMZ.           .,NMMMN~     .IMMMMMM. .NMMMN. .MMMMMN,       ,MMMMMM$..3MD..ZMMMMMM.        =NMMMMMM,. .,MMMMMMD.         .MMMMMMMM8MMMMMMM,           .ONMMMMMMMMMMZ.             ,NMMMMMMM8.            .:,.$MMMMMMM          .IMMMM..NMMMMMD.         .8MMMMM:  :NMMMMN.         .MMMMMM.   .MMMMM~.         .MMMMMN    .MMMMM?.      Atlassian JIRA      Version : 7.6.2If you encounter issues starting or stopping JIRA, please see the Troubleshooting guide at http://confluence.atlassian.com/display/JIRA/Installation+Troubleshooting+GuideServer startup logs are located in /opt/atlassian/jira/logs/catalina.outUsing CATALINA_BASE:   /opt/atlassian/jiraUsing CATALINA_HOME:   /opt/atlassian/jiraUsing CATALINA_TMPDIR: /opt/atlassian/jira/tempUsing JRE_HOME:        /opt/atlassian/jira/jre/Using CLASSPATH:       /opt/atlassian/jira/bin/bootstrap.jar:/opt/atlassian/jira/bin/tomcat-juli.jarUsing CATALINA_PID:    /opt/atlassian/jira/work/catalina.pidTomcat stopped.

第三步替换文件
替换破解文件:\atlassian-jira\WEB-INF\lib \ atlassian-extras-3.1.2.jar
增加mysql链接:\atlassian-jira\WEB-INF\lib \ mysql-connector-java-5.1.39-bin.jar

第四步:启动:

[root@bogon bin]# ./start-jira.sh To run JIRA in the foreground, start the server with start-jira.sh -fgexecuting using dedicated user: jira                .....          .... .NMMMD.  ...        .8MMM.  $MMN,..~MMMO.        .?MMM.         .MMM?.     OMMMMZ.           .,NMMMN~     .IMMMMMM. .NMMMN. .MMMMMN,       ,MMMMMM$..3MD..ZMMMMMM.        =NMMMMMM,. .,MMMMMMD.         .MMMMMMMM8MMMMMMM,           .ONMMMMMMMMMMZ.             ,NMMMMMMM8.            .:,.$MMMMMMM          .IMMMM..NMMMMMD.         .8MMMMM:  :NMMMMN.         .MMMMMM.   .MMMMM~.         .MMMMMN    .MMMMM?.      Atlassian JIRA      Version : 7.6.2If you encounter issues starting or stopping JIRA, please see the Troubleshooting guide at http://confluence.atlassian.com/display/JIRA/Installation+Troubleshooting+GuideServer startup logs are located in /opt/atlassian/jira/logs/catalina.outUsing CATALINA_BASE:   /opt/atlassian/jiraUsing CATALINA_HOME:   /opt/atlassian/jiraUsing CATALINA_TMPDIR: /opt/atlassian/jira/tempUsing JRE_HOME:        /opt/atlassian/jira/jre/Using CLASSPATH:       /opt/atlassian/jira/bin/bootstrap.jar:/opt/atlassian/jira/bin/tomcat-juli.jarUsing CATALINA_PID:    /opt/atlassian/jira/work/catalina.pidTomcat started.[root@bogon bin]# pwd/opt/atlassian/jira/bin

第六步:链接数据库





下一步一步

0