Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/victorgarciaesgi/club-des-critiques

School project, book sharing platform with live chat between users
https://github.com/victorgarciaesgi/club-des-critiques

Last synced: 4 days ago
JSON representation

School project, book sharing platform with live chat between users

Awesome Lists containing this project

README

        

Club des Critiques

Développer en Symfony 3

Pour déployer, il faut faire un git clone du projet.

Exécuter la commande suivante dans le dossier du projet :

Mettre à jour les vendor :

- composer update

Mettre à jour la base de donnée (ORM) :

- php bin/console doctrine:schema:update --force

Mettre en production les paramètres :

- php bin/console cache:clear --env=prod --no-debug