assets in install

This commit is contained in:
Kayn Ty 2018-04-04 16:28:30 +02:00
parent a2e979c995
commit 576a9b95ab

View File

@ -6,7 +6,7 @@ acl --varsion
echo "installing symfony project for ubuntu environnement";
composer install && yarn install;
yarn run encore dev
echo "fix file permissions";
HTTPDUSER=$(ps axo user,comm | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1)