1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Atlassian Jira の環境を立てる

Last updated at Posted at 2018-02-16

概要

前回の記事のAtlassian Confluence の環境を立てるでポチポチ触ってみたが、とてもいい感じ。Redmineとかダサいしこっちの方がスマート感があって「使ってみたい」と思うようになりました。
課題管理もしたいと思ったときJiraという別製品があるとのことで、インストールまでしましたのでその記録.

インストール

wget https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-core-7.6.3-x64.bin

chmod +x atlassian-jira-core-7.6.3-x64.bin

# Execute shell
./atlassian-jira-core-7.6.3-x64.bin

Unpacking JRE ...
Starting Installer ...
Feb 16, 2018 1:37:23 AM java.util.prefs.FileSystemPreferences$2 run
INFO: Created system preferences directory in java.home.
You do not have administrator rights to this machine and as such, some installation options will not be availabl
e. Are you sure you want to continue?
Yes [y, Enter], No [n]
This will install JIRA Core 7.1.4 on your computer.
OK [o, Enter], Cancel [c]
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
The following default options cannot be used. You will be asked to provide alternatives for these options.
* HTTP Port (In use)
Configure which ports JIRA Core will use.
JIRA requires two TCP ports that are not being used by any other
applications on this machine. The HTTP port is where you will access JIRA
through your browser. The Control port is used to startup and shutdown JIRA.
Use default ports (HTTP: 8080, Control: 8005) - Recommended [1], Set custom value for HTTP and Control ports [2,
 Enter]
2 ## 私の場合Redmineがいてポートが被ったので変更しました
HTTP Port Number
[8091]
8095
Control Port Number
[8010]
Details on where JIRA Core will be installed and the settings that will be used.
Installation Directory: /home/hiroyuki_fukui_va/atlassian/jira 
Home Directory: /home/hiroyuki_fukui_va/atlassian/application-data/jira 
HTTP Port: 8095 
RMI Port: 8010 
Install as service: No 
Install [i, Enter], Exit [e]
i
Extracting files ...
                                                                           
Please wait a few moments while JIRA Core starts up.
Launching JIRA Core ...
Installation of JIRA Core 7.1.4 is complete
Your installation of JIRA Core 7.1.4 is now ready and can be accessed via
your browser.
JIRA Core 7.1.4 can be accessed at http://localhost:8095
Finishing installation ...


以上

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?