본문 바로가기
Server/Vapor - Server_Side_Swift

Vapor 서버 만들기 - Ubuntu+Swift+Vapor+Github(4)

by HaningYa 2020. 8. 16.
728x90

 

할일: Ubuntu 에 있는 Vapor 프로젝트 GitHub 연동

 


깃헙에서 레포 하나 만들자

 


Ubuntu 서버에서 git 설정 해주자

sudo apt-get install git-core
git config --global user.name TAEHYEONGKIM
git config --global uuzaza@naver.com

 


Vapor 프로젝트에 git init

git init


Remote 저장소 Local 저장소 연결

git remote add origin https://github.com/KimTaeHyeong17/vapor-server.git

master에 push 를 위한 add와 commit

add
commit
push master


깃헙 리모트 레포에 변경사항 확인

 


이제 맥에서 이 레포를 Clone 하고
맥의 LocalHost 에서 REST API 구축하고 push 한 다음 
우분투 서버에서 pull 하는 식으로 개발을 할 예정이다.

CI/CD는 나중에

 


다음글

 

Vapor 서버 만들기 - Ubuntu+Swift+Vapor+Github+Supervisor(5)

Supervisor 를 안다니 서버가 자꾸 꺼져서 해결해야겠다. 이전에 에러는 Spawn 에러가 났었는데 로그가 남는다 해서 로그를 보았다. 020-08-16 05:47:08,840 INFO exited: hello (exit status 0; not expected)..

haningya.tistory.com

 

 

728x90

댓글