-
Clone the repository:
git clone https://github.com/42Repo/Inception.git cd Inception -
Build and run the application using the Makefile:
make
-
To stop the application:
make down
-
To clean up the Docker environment:
make clean
-
To remove all data and start fresh:
make fclean
The following environment variables are used in the configuration files:
DOMAIN_NAME: The domain name for the application (e.g.,asuc.42.fr)MYSQL_ROOT_PASSWORD: The root password for the MariaDB databaseMYSQL_DATABASE: The name of the MariaDB databaseMYSQL_USER: The username for the MariaDB databaseMYSQL_PASSWORD: The password for the MariaDB database userWP_ADMIN_USER: The username for the WordPress admin accountWP_ADMIN_PASSWORD: The password for the WordPress admin accountWP_USER: The username for a regular WordPress userWP_USER_PASSWORD: The password for the regular WordPress userFTP_USER: The username for the FTP serviceFTP_PASSWORD: The password for the FTP servicePORTAINER_ADMIN_PASSWORD: The password for the Portainer admin account