https://gitlab.com/hatiers/lstclean.git
Tip revision: a74862fb741564a88fa4ad4651965c0362c50e30 authored by arnaudbey on 01 March 2023, 15:58:44 UTC
WIP
WIP
Tip revision: a74862f
Makefile
init: composer routing npm doctrine permissions import-csv assets cacheclear
update: composer routing npm doctrine assets cacheclear permissions
update-prod: composer routing npm-prod doctrine assets cacheclear-prod permissions
update-symfony:
composer update "symfony/*" --with-all-dependencies
composer:
composer install
npm:
npm install
npm run dev
npm-prod:
npm install
npm run build
doctrine:
php bin/console doctrine:schema:update --force
routing:
php bin/console fos:js-routing:dump --format=json --target=public/js/fos_js_routes.json
permissions:
chown -R www-data:www-data var/log var/cache public/js
import-csv:
php bin/console app:import-csv 1
cacheclear:
php bin/console cache:clear --env=dev
cacheclear-prod:
php bin/console cache:clear --env=prod
assets:
php bin/console assets:install --symlink public
delete-fonctions-routines:
php bin/console app:delete-fonctions
php bin/console app:delete-routines
import-fonctions-routines:
php bin/console app:import-fonction
php bin/console app:import-fonction-collocations
php bin/console app:import-fonction-adverbs
php bin/console app:import-routine
