]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - install.sh
update German installation.rst
[github/wallabag/wallabag.git] / install.sh
index fad8b4c092c0119ac444c9c39f7def63322431f6..901b34463bb091245b622752b59fad22fc990302 100755 (executable)
@@ -1,13 +1,6 @@
 #! /usr/bin/env bash
 
-echo " > Installing PHP dependencies through Composer..."
-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..."
-vendor/mouf/nodejs-installer/bin/local/npm install
-
-echo " > Concat, minify and installing assets..."
-node_modules/grunt/bin/grunt
-
-echo " > Install finished"
+TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
+git checkout $TAG
+SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
+php bin/console wallabag:install --env=prod