Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 834 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 834 Bytes

SymfonyProject Groupe 1 Diginamic 2020/2021 Noham Marc Carlos Julien

// clone the repo : $ git clone this_repo_url

// browse to your fresh downloaded project with : $ cd SymfonyProject

// install dev dependencies type : $ composer install

// you must create a new "projet" database with the projet.sql file at root directory, // ensure your .env file database declaration matches with your own dbName, dbUser, // dbPassword settings and check for serverVersion in your phpMyAdmin page : DATABASE_URL="mysql://projet:projet@127.0.0.1:3306/projet?serverVersion=10.4.17-MariaDB"

// try to run symfony server to check if your project is working fine. $ symfony server:start -d

// when symphony page is ok, you can create a new testing branch to work on. $ git checkout -b testing

You are now ready to code ! Best regards Dudes ;-)