https://gitlab.com/hatiers/lstclean.git
Tip revision: f208a17be3b3b7921f476ac0fc2dc5dcb078635a authored by hatiers on 18 February 2025, 10:42:43 UTC
Edit about.html.twig / MAJ lien ortolang et publis ALSIC
Edit about.html.twig / MAJ lien ortolang et publis ALSIC
Tip revision: f208a17
Makefile
init:
cp .env.dist .env
vi .env
cp application/.env.dist application/.env
vi application/.env
docker-compose up --build -d
docker-compose exec apache make init
update:
git pull
docker-compose exec apache make update
