aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 8b7ea03f..3a4a33ab 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -26,5 +26,8 @@ ENV=$1
26TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) 26TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
27 27
28git checkout $TAG 28git checkout $TAG
29if [ -n "$LDAP_ENABLED" ]; then
30 SYMFONY_ENV=$ENV $COMPOSER_COMMAND require --no-update fr3d/ldap-bundle
31fi
29SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist 32SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist
30php bin/console wallabag:install --env=$ENV 33php bin/console wallabag:install --env=$ENV