Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 2.23 KB

README.md

File metadata and controls

36 lines (28 loc) · 2.23 KB

42_ft_server

Demo image

Description

This project is an introduction to system administration. We will discover the "docker" technology and use it to install a complete web server. This server will run multiples services: Wordpress, phpMyAdmin, and a SQL database. Docker-compose and public docker images are not allowed. inception is the project that follows this one.

Lessons

  • Docker: creation of custom images
  • Nginx web server configuration with and without SSL
  • Wordpress website installation and configuration
  • MariaDB database installation and configuration
  • Phpmyadmin installation and configuration

Prerequisites

  • Docker

Usage

Resources

Tools