Lightsail 에 웹서비스
Table of contents
Git 에서 Source 를 pull
http 주소로 clone
지메일로 가입하였다면
app password을 설정하면 패스워드처럼 사용가능
git config --global credential.helper 'cache --timeout=[시간 설정가능]'
git clone https://~
git clone https://~
pip 으로 requirements.txt 패키지 설치
프로젝트 개발하면서 설치한 패키지를 설치
pip install -r requirements.txt
비밀키 등을 업로드 한다
사용한 프로그램은 osx FTP 프로그램 FolkLift
- FTP 포트 개방은 lightsail 관리 > 네트워크 > 규칙설정
- ssh 키 또한 FolkLift 에 등록하여 사용