Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. 아래 링크를 통해 설치 파일을 다운로드 받을 수 있다.

  2. 파일 설치 방법

    • JIRA 설치 미디어 권한 설정

      Code Block
      languageactionscript3
      chmod a+x atlassian-jira-software-7.13.0-x64.bin
    • JIRA 설치

      Code Block
      sudo ./atlassian-jira-software-7.13.0-x64.bin
      • JIRA 설치 실행 여부

        Code Block
        This will install JIRA Software 7.13.0 on your computer
        OK [o, Enter], Cancel [c]
      • Express Install 혹은 Custom Install 두가지의 옵션을 선택 - Custom install (2) 선택

        Code Block
        Please choose one of the following:
        Express Install [1], Custom Install [2, Enter], Upgrade an existing JIRA installation [3]
      • JIRA 설치 경로 선택. 기본을 사용할 경우 Enter 입력

        Code Block
        Where should JIRA Software be installed?
        [/opt/atlassian/jira]
      • JIRA Home Directory 설치 경로 선택. 기본을 사용할 경우 Enter 입력

        Code Block
        Default location for JIRA Software data
        [/var/atlassian/application-data/jira]
      • Port 설정. Port를 변경하려면 2번 입력 후 원하는 Port를 설정

        Code Block
        Use default ports (HTTP: 8080, Control: 8005) - Recommended [1, Enter], Set Custom value for HTTP and control ports [2]
      • JIRA를 서비스에 등록

        Code Block
        languageactionscript3
        Install JIRA as Service?
        Yes [y,Enter], No [n]
      • JIRA 설치 진행

        Code Block
        languageactionscript3
        Install [i, Enter], Exit [e]
      • 설치가 완료되고 JIRA 시작 여부

        Code Block
        Start JIRA Software 7.13.0 now?
        Yes [y,Enter], No [n]