server 이전 나의 뇌 상태
깨끗하다.
(전공자도 아니고 배경지식도 없으며 이전에 netwhat과제에서 학습한 개념이 전부.)
1. subject (일단)읽어보기
1. You must set up a web server with Nginx, in only one docker container. The container OS must be debian buster.
- 오직 하나의 Docker container 안에 Ngnix 웹 서버를 설치해야 한다. 이 container의 OS는 Debian Buster여야 한다.
2. Your web server must be able to run several services at the same time. The services will be a WordPress website, phpMyAdmin and MySQL. You will need to make sure your SQL database works with the WordPress and phpMyAdmin.
- 당신의 웹 서버는 여러 서비스가 연동되어야한다. 여기서 말하는 서비스는 다음을 의미한다.
- Wordpress website
- phpMyAdmin
- MySQL : SQL 데이터베이스는 phpMyAdmin과 워드프레스에서 연동하여 사용이 가능해야 한다.
3. Your server should be able to use the SSL protocol.
- 당신의 서버는 SSL 프로토콜을 사용해야 한다.
4. You will have to make sure that, depending on the url, your server redirects to the correct website.
- URL에 따라 정확한 웹사이트로 연결될 수 있도록 처리해야 한다
5. You will also need to make sure your server is running with an autoindex that must be able to be disabled.
- 언제든 해제할 수 있는 autoindex가 적용되어야 한다.
음... 뭔소린지 모르겠다. 다시 읽어보자.
2. 정신차리고 읽어보기
모르는 단어들 전부 체크해보기.
1. You must set up a web server with Nginx, in only one docker container. The container OS must be debian buster.
- 오직 하나의 Docker container 안에 Ngnix 웹 서버를 설치해야 한다. 이 container의 OS는 Debian Buster여야 한다.
2. Your web server must be able to run several services at the same time. The services will be a WordPress website, phpMyAdmin and MySQL. You will need to make sure your SQL database works with the WordPress and phpMyAdmin.
- 당신의 웹 서버는 여러 서비스가 연동되어야한다. 여기서 말하는 서비스는 다음을 의미한다.
- Wordpress website
- phpMyAdmin
- MySQL : SQL 데이터베이스는 phpMyAdmin과 워드프레스에서 연동하여 사용이 가능해야 한다.
3. Your server should be able to use the SSL protocol.
- 당신의 서버는 SSL 프로토콜을 사용해야 한다.
4. You will have to make sure that, depending on the url, your server redirects to the correct website.
- URL에 따라 정확한 웹사이트로 연결될 수 있도록 처리해야 한다
5. You will also need to make sure your server is running with an autoindex that must be able to be disabled.
- 언제든 해제할 수 있는 autoindex가 적용되어야 한다.
이제 모르는게 뭔진 알았다.(아는게 없다.) 절반 왔다, 하나씩 학습해보자!
뒤의 글들은 아래의 링크들을 참고하여 작성하였습니다. (감사합니다!)
출처: 감사한 분들
https://www.docker.com
https://www.redhat.com
https://www.44bits.io
https://velog.io/@hidaehyunlee/ftserver-%EC%84%A0%ED%96%89%EC%A7%80%EC%8B%9D-Docker-Debian-Buster-Nginx-#1-%EB%8F%84%EC%BB%A4-docker
https://42kchoi.tistory.com/32?category=888384
https://stitchcoding.tistory.com/2
https://www.daleseo.com/docker-run/
https://opentutorials.org/
오 저도 덕분에 정신차리고 읽게됐습니다~