]> git.immae.eu Git - github/wallabag/wallabag.git/blob - scripts/install.sh
Created scripts folder to store update/install/release process
[github/wallabag/wallabag.git] / scripts / install.sh
1 #! /usr/bin/env bash
2
3 ENV=$1
4 TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
5
6 git checkout $TAG
7 SYMFONY_ENV=$ENV composer install --no-dev -o --prefer-dist
8 php bin/console wallabag:install --env=$ENV