- Introduction
- Objectives
- Project Structure
- Prerequisites
- Setup
- Usage
- Directory Structure
- License
- Contributing
- Contact
Inception is a project aimed at introducing you to the world of system administration by using virtualization. The goal is to set up a small infrastructure composed of different services under specific rules. You will utilize Docker, Docker Compose, and other tools to containerize your services.
- Learn about virtualization and containerization.
- Understand the basic principles of system administration.
- Set up and manage services using Docker and Docker Compose.
- Implement a simple, scalable, and secure infrastructure.
- WordPress: A popular content management system (CMS) to set up a website.
- MariaDB: A database server to handle the WordPress database.
- NGINX: A web server to serve the WordPress site.