Skip to content
Snippets Groups Projects
Commit 63f30d83 authored by PERRIN Antoine's avatar PERRIN Antoine
Browse files

Add README.md

parent 9a308fb1
No related branches found
No related tags found
No related merge requests found
Guide d'installation de l'application en local :
1/ Créer un projet symfony vierge
2/ Créer le fichier .env.local qui est une copie du .env avec le lien correct de la base de données
3/ Lier le projet symfony au dépôt gitlab
4/ Supprimer les fichiers non traqués sur gitlab avec les commandes suivantes :
git rm --cached bin -r
git rm --cached composer.json
git rm --cached composer.lock
git rm --cached compose.override.yaml
git rm --cached compose.yaml
git rm --cached config/ -r
git add config/routes.yaml
git add config/packages/security.yaml
git rm --cached symfony.lock
git rm --cached phpunit.xml.dist
git rm --cached importmap.php
git rm --cached migrations/ -r
5/ Commit pour ajouter les fichiers au gitlab
6/ Pull le projet
7/ Effectuer les migrations
8/ Lancer l’application à l’aide de la commande : symfony server:start -d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment