SERIES

종설

3 Posts·Last updated on May 16, 2022

django media파일 S3서버랑 연동하기

May 08, 2022

S3 버킷 생성 Django setting 설정 패키지 & 라이브러리 설치 settings.py - INSTALLED_APP


django 프로젝트 ec2로 배포하기

May 08, 2022

EC2 인스턴스 할당하기 Security Group > Add Rule HTTP HTTPS Custom -> TCP -> 8000 -> 0.0.0.0/0, ::/0 Review and Launch > Launch Create a new key pair 원하는 이름 설정 Download Key Pair Launch Instance Elastic IP 받기 …


django에서 pm2 사용하기

May 16, 2022

PM2란? 무중단 서버 실행 멀티스레딩 Daemon Process Manager 보통 Node.js 와 같이 사용되며 Node.js 어플리케이션을 쉽게 관리할 수 있게 해주는 Process Manager이다 Node.js 어플리케이션은 단일 CPU 코어에서 실행되기 때문에 CPU의 멀티코어 시스템은 사용할 수 없다 때문에 Node.js는 클러스터 모듈을 …