https://gitlab.com/hatiers/lstclean.git
Tip revision: fe284754af51e80d2c10a9cd09494b375f4313c0 authored by hatiers on 08 March 2019, 11:36:00 UTC
varnish WIP
varnish WIP
Tip revision: fe28475
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
