Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build/3/nginx #4

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Build/3/nginx #4

merged 2 commits into from
Oct 5, 2023

Conversation

vixloaze
Copy link
Contributor

@vixloaze vixloaze commented Oct 3, 2023

Merge Request Summary

  • 기능 추가
  • 버그 수정
  • 코드 개선 (최적화)
  • 기타

Description

상세 설명 (간단한 경우 생략 가능)

  • docker build 설정
  • docker에 nginx 적용

Issue Number


Confirmed


  • @를 통해 Reviewer를 지정해주세요
  • 지정된 사용자는 확인 후 Checkbox에 체크해주세요
  • Confirmed에 모두 체크된 경우 Merge를 진행합니다

Testing

  1. backend와 frontend 폴더에서, develop branch인지, 그리고 최신상태인지 체크하기

  2. backend의 application.yml(docker 용)과 application-oauth.yml에 환경변수 입력하기

  3. Hang_out/backend폴더에서 ./gradlew build 입력하여 spring을 빌드해줄 jar 파일 생성
    (윈도우의 경우 ./gradlew.bat build 입력)

  4. Hang_out 폴더로 돌아가서 docker-compose up --build 실행 (처음 build 과정은 컴퓨터에 따라 몇 분 소요)
    image

다음과 같이 backend container가 Started HangoutApplication으로 작동중이라는 메시지 표시가 떠야 build 완료

  1. frontend, backend 작동 잘 진행되는지 확인하기
    image
    image

@vixloaze vixloaze added the Setting Environment setting label Oct 3, 2023
@vixloaze vixloaze self-assigned this Oct 3, 2023
@ohhonggi
Copy link
Contributor

ohhonggi commented Oct 5, 2023

수고하셨습니다!

테스트 결과 이상 없어서 머지하겠습니다 :)

@ohhonggi ohhonggi merged commit 33594b2 into develop Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Setting Environment setting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants