Django

Django 배포하기(git, AWS)

OnejinSim 2023. 10. 31. 18:12

aws애서 인스턴스 == 서버

인스턴스 생성

 

https://wikidocs.net/75558

 

4-04 AWS 라이트세일

AWS에 관심이 있다면 AWS는 어렵고 비싸다라는 말을 많이 들었을 것이다. 하지만 AWS 라이트세일(AWS Lightsail)로 AWS를 쉽고 저렴하게 사용할 수 있다. 여…

wikidocs.net

 

 

가상환경을 새로 하나 만들고 프로젝트파일을 복붙 하는데 마이그레이션이나 모듈설치, 경로 설정 등을 해준다.

examtopics.com

 

 

https://lightsail.aws.amazon.com/ls/webapp/home/instances

 

 

보안설정

https://us-east-1.console.aws.amazon.com/iamv2/home?region=us-east-1#/home

에서 "IAM" 대쉬보드 MFA추가 

Google Authenticator 설치해주고

 

 

분마다 재설정되는 코드 입력

 

ssh -i ~/Coding/python/myenv.pem ubuntu@43.202.220.99

cd venvs/mysite/bin

. activate

cd ~/projects/mysite/

python manage.py runserver 0:8000