]> git.immae.eu Git - github/wallabag/wallabag.git/blame - scripts/install.sh
Merge remote-tracking branch 'wallabag/master'
[github/wallabag/wallabag.git] / scripts / install.sh
CommitLineData
4e7863c6 1#! /usr/bin/env bash
7c122534
NL
2# You can execute this file to install wallabag
3# eg: `sh install.sh prod`
4e7863c6
NL
4
5ENV=$1
6TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
7
8git checkout $TAG
9SYMFONY_ENV=$ENV composer install --no-dev -o --prefer-dist
10php bin/console wallabag:install --env=$ENV