Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/victorgarciaesgi/club-des-critiques
- Owner: victorgarciaesgi
- License: mit
- Created: 2017-03-23T09:34:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T01:05:36.000Z (over 7 years ago)
- Last Synced: 2024-11-04T22:42:34.303Z (about 2 months ago)
- Language: HTML
- Homepage: http://www.garciavictor.fr
- Size: 6.74 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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