gitea master | S3 Browser

  1. git-scm 에서 git 다운로드, 실행
  2. https://dl.gitea.io/gitea/1.10.2/ 에서 아래 실행파일 다운로드
    gitea-1.10.2-windows-4.0-amd64.exe
  3. 다운로드한 실행 파일 gitea.exe로 rename 후 cmd 창에서 “gitea web” 실행
  4. http://localhost:3000/, 또는 http://192.168.0.5:3000/ 로 설치
    참고 : https://docs.gitea.io/en-us/install-from-binary/
  5. windows service로 등록
    sc.exe create gitea start= auto binPath= “\”C:\gitea\gitea.exe\” web –config \”C:\gitea\custom\conf\app.ini\””
    services.msc 실행해서 service 등록 확인, 정지, 재시작 등에 이용
    참고 : https://docs.gitea.io/en-us/windows-service/
  6. 서비스 삭제는 sc.exe delete gitea