X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=install.sh;h=fad8b4c092c0119ac444c9c39f7def63322431f6;hb=a494c33ef7e574e68ab5bb83d0bdbd67348af0ef;hp=87d53bf09e7f3b4a822c7492cf75c6ce06c62704;hpb=24add95e9eaa1211655aff6d3d06c30e94252bcc;p=github%2Fwallabag%2Fwallabag.git diff --git a/install.sh b/install.sh index 87d53bf0..fad8b4c0 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash echo " > Installing PHP dependencies through Composer..." -composer install --no-interaction --no-progress --prefer-dist -o --no-dev +SYMFONY_ENV=prod composer install --no-interaction --no-progress --prefer-dist -o --no-dev chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm echo " > Downloading librairies through npm..."