https://gitlab.com/hatiers/lstclean.git
Tip revision: c4fe82768078eb5a65a80880c9d1de4c70ca54d7 authored by arnaudbey on 28 May 2020, 08:37:31 UTC
fix header + apply templates in admin pages
fix header + apply templates in admin pages
Tip revision: c4fe827
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
