]> git.immae.eu Git - github/wallabag/wallabag.git/blame - scripts/install.sh
Added documentation about testsuite
[github/wallabag/wallabag.git] / scripts / install.sh
CommitLineData
4e7863c6
NL
1#! /usr/bin/env bash
2
3ENV=$1
4TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
5
6git checkout $TAG
7SYMFONY_ENV=$ENV composer install --no-dev -o --prefer-dist
8php bin/console wallabag:install --env=$ENV