Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

테스트 환경: CentOS 7, Windows 2012, Bitbucket 5.2.2

(1) Symbolic link로 처리하는 방안

  1. Bitbucket service 중지
    1. /opt/atlassian/bitbucket/5.2.2/bin/start-bitbucket.sh

  2. 경로위치 복사 및 링크 생성
    1. 원본: /var/atlassian/application-data/bitbucket/
    2. 원본을 특정 dir로 복사, 단 생성 계정 권한/그룹으로 접근 가능한 폴더로 이동해야 함
    3. 복사한 다음 원본 폴더 이름 변경(문제 시 원복을 위해 대비)
    4. 원본 위치에 동일한 이름의 Symbolic link 생성을 통해 이동한 위치에 경로 지정
    5. link파일의 권한/그룹을 Bitbucket 폴더와 동일하게 지정

  3. Bitbucket service 시작
    1. /opt/atlassian/bitbucket/5.2.2/bin/start-bitbucket.sh
  • No labels