]>
git.immae.eu Git - github/wallabag/wallabag.git/blob - install.sh
3 if [[ $ASSETS == 'build' ]]; then
4 echo "Installing PHP dependencies through Composer..."
5 composer
install --no-interaction --no-progress --prefer-dist -o
7 chmod ugo
+x vendor
/mouf
/nodejs
-installer/bin
/local
/npm
8 echo "Downloading javascript librairies through npm..."
9 vendor
/mouf
/nodejs
-installer/bin
/local
/npm
install
11 echo "Downloading fonts librairies through bower..."
12 node_modules
/bower
/bin
/bower
install
14 echo "Concat, minify and installing assets..."
15 node_modules
/grunt
/bin
/grunt
17 composer
install --no-interaction --no-progress --prefer-dist -o