aboutsummaryrefslogtreecommitdiffhomepage
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh6
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
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