]> git.immae.eu Git - github/wallabag/wallabag.git/blame - install.sh
Cleaned up documentation for installation process
[github/wallabag/wallabag.git] / install.sh
CommitLineData
7eff4736
NL
1#! /usr/bin/env bash
2
3TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
4git checkout $TAG
5SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
6php bin/console wallabag:install --env=prod