Skip to content

lailacha/github-pages-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learner creator

How to setup the project

Clone the Project

git clone https://github.com/lailacha/docker_projet_esgi

Build docker container

docker-compose up -d

This command will create the docker container and its images (Apache server, Phpmyadmin, MYSQL)

Define environment variables

You need to define some variables to use databases.

  1. Create php file conf.inc.php
  2. define variables into the file like that:

define("DBDRIVER", "mysql");
define("DBUSER", "root");
define("DBPWD", "password");
define("DBHOST", "database");
define("DBNAME", "database_name");
define("DBPORT", "3306");
define("DBPREFIXE", "esgi_");

The project is ready 🎉

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published