The thirteenth project in the 42sp fundamentals track, Inception, is about to configure small-scale infrastructure containing three services: a WordPress site, that uses MariaDB as a database, and Nginx as a web server, all these services must have their own Dockerfile and a Docker Compose that runs and configures all of them.
- Make sure you clone the repository with the following command:
$> git clone git@github.com:ArthurSobreira/42_inception.git
- Once cloned, to compile and run the program, use the following commands:
$> make setup
$> make start