JIRA在AWS上的使用

我通过.bin安装程序文件安装后,在我的ec2实例上build立了JIRA。 但是当我点击ec2 url时:

ec2-xxxxx.xxxxx.amazonaws.com

这是我安装JIRA后安装的apache2的testing成功页面。

我如何才能确定JIRA的正确URL并点击JIRA应用程序?

谢谢

默认的JIRA在端口8080上运行。所以你必须在你的URL之后input端口并打开安全组(防火墙)中的端口。

http://ec2-xxxxx.xxxxx.amazonaws.com:8080 

如果你想JIRA在一个特定的域下,你必须安装一个代理来将它从端口80redirect到8080。

https://confluence.atlassian.com/display/JIRAKB/Integrating+JIRA+with+nginx https://confluence.atlassian.com/display/JIRA/Integrating+JIRA+with+Apache