diff options
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100644 index 00000000..901b3446 --- /dev/null +++ b/install.sh | |||
@@ -0,0 +1,6 @@ | |||
1 | #! /usr/bin/env bash | ||
2 | |||
3 | TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) | ||
4 | git checkout $TAG | ||
5 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | ||
6 | php bin/console wallabag:install --env=prod | ||