반응형
1. *apt-get install
root@currency:/home/currency# apt-get install python3-pip apache2 libapache2-mod-wsgi-py3
기타 필요 데몬, 모듈 설치!
django apache에 올려서 사이트 런서버~ 가즈아
2. *가상환경 생성하기
root@currency:/home/currency# mkdir django_project
root@currency:/home/currency# cd django_project
root@currency:/home/currency/django_project# virtualenv env
3. *가상환경 스타뚜!
root@currency:/home/currency/django_project# . env/bin/activate
반응형
'server eng' 카테고리의 다른 글
좀비프로세스 잡는 방법 linux ubuntu centos (0) | 2022.05.25 |
---|---|
python django 포트폴리오 사이트 만들기[2] / django install, python3 프로젝트 생성하기 (0) | 2022.05.24 |
[linux]db 통째로 백업하기 (0) | 2021.04.01 |
[linux] LISTEN 사용중인 포트 확인하기 (0) | 2021.03.25 |
[linux] watch 명령어 (0) | 2021.03.25 |