Skip to content

42Repo/Inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inception

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/42Repo/Inception.git
    cd Inception
  2. Build and run the application using the Makefile:

    make
  3. To stop the application:

    make down
  4. To clean up the Docker environment:

    make clean
  5. To remove all data and start fresh:

    make fclean

Environment Variables

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 database
  • MYSQL_DATABASE: The name of the MariaDB database
  • MYSQL_USER: The username for the MariaDB database
  • MYSQL_PASSWORD: The password for the MariaDB database user
  • WP_ADMIN_USER: The username for the WordPress admin account
  • WP_ADMIN_PASSWORD: The password for the WordPress admin account
  • WP_USER: The username for a regular WordPress user
  • WP_USER_PASSWORD: The password for the regular WordPress user
  • FTP_USER: The username for the FTP service
  • FTP_PASSWORD: The password for the FTP service
  • PORTAINER_ADMIN_PASSWORD: The password for the Portainer admin account

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors