diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | #! /usr/bin/env bash | 1 | #! /usr/bin/env bash |
2 | 2 | ||
3 | echo " > Installing PHP dependencies through Composer..." | 3 | echo " > Installing PHP dependencies through Composer..." |
4 | composer install --no-interaction --no-progress --prefer-dist -o --no-dev | 4 | SYMFONY_ENV=prod composer install --no-interaction --no-progress --prefer-dist -o --no-dev |
5 | 5 | ||
6 | chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm | 6 | chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm |
7 | echo " > Downloading librairies through npm..." | 7 | echo " > Downloading librairies through npm..." |