putty로 ec2에 접속후 로그인하고 경로 설정한 뒤 가상환경을 활성화 시킨다.

git pull을 입력하면 git에서 수정된 소스코드를 가져와서 적용한다.

 

1번은 명령어만 쳐서 git을 설치하면된다.

2번은 만들 때 https허용을 해줬다. https의 포트번호가 443이다.

3번은 code를 누르고 https 복사해주고 git clone 주소 명령어를 입력해준다.

이러면 클론이 만들어진거다. ls를 입력했을때 클론 파일인 streamlit-car-price-app이 나온다.

https://github.com/

 

GitHub: Where the world builds software

GitHub is where over 83 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...

github.com

홈페이지에서 회원가입을 하고, GitHub Desktop을 설치해준다.

https://desktop.github.com/

 

GitHub Desktop

Simple collaboration from your desktop

desktop.github.com

New repository를 통해서 레파지토리를 만들고 클론을 만든다.

 

경로 설정을 해주고 git을 설치해주면 된다.

 

+ Recent posts