Skip to content

Latest commit

 

History

History

3_ft_server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ft_server

💡 Evaluation Log

  1. 20/08/23 : OK
    • 100 score

💡 Objective

  • to discover Docker and install a complete web server, which will run multiple services including Wordepress, phpMyAdmin, and a SQL database..
  • to learn about system administration.

💡 Files Turned In

  1. Mandatory Part

  2. Bonus Part: N/A


💡 Check if...

  • all the necessary configuration files of the server are in the folder srcs.
  • the Dockerfile is at the root of the repository.
  • you can run the docker build . command.
  • the you have only one container, which is built with Debian Buster.
  • you can run the container with docker run xxx without problems.
  • Nginx uses the SSL protocol.
  • the server redirects to the correct website, according to the url.
  • the server runs multiple services (WordPress and phpMyAdmin).
  • the server is running with an autoindex which can be deactivated when the container is launched (via an environment variable for example).
  • the WordPress website runs entirely with the MySQL database. You can go to the site, log in, and watch the database.
  • the SQL database works with phpMyAdmin. You should see the WordPress tables and data.

💡 Useful Links