참고자료
FT_server 순서대로 실행해보기(오류 수정 완료)
ft_server 풀이 과정
[ft_server] 총 정리 : 도커 설치부터 워드프레스 구축까지
ft_server_____________________________.pdf
제출 전 체크할 사항
- [ ] You must place all the necessary files for the configuration of your server in a folder
called srcs.
- [ ] Your Dockerfile file should be at the root of your repository. It will build your
container. You can’t use docker-compose.
- [ ] All the necessary files for your WordPress website should be in the folder srcs.
필수 과제
- You must set up a web server with
Nginx
, in only one docker container
. The
container OS must be debian buster
.
- 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.
- Your server should be able to use the
SSL
protocol.
- You will have to make sure that, depending on the url, your server
redirects
to the
correct website.
- You will also need to make sure your server is running with an
autoindex
that must
be able to be disabled.