From a29071c3eccb3f104c7f53fffdf4d8d160be29d1 Mon Sep 17 00:00:00 2001 From: aymhce Date: Sat, 13 Jan 2018 17:08:35 +0100 Subject: [PATCH] fix composer dev mode + link for level4 #21 --- check_process | 1 + scripts/_common.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/check_process b/check_process index a75b382..24166b0 100644 --- a/check_process +++ b/check_process @@ -22,6 +22,7 @@ Level 1=auto Level 2=auto Level 3=auto + # ldap actived with auth_methods = "ldap", ref conf/ampache.cfg.php Level 4=1 Level 5=auto Level 6=auto diff --git a/scripts/_common.sh b/scripts/_common.sh index f5e2ec1..4fe9922 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -25,7 +25,8 @@ ampache_ynh_install () { cd $final_path php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php composer-setup.php - php composer.phar install --prefer-source --no-interaction + php composer.phar update --no-interaction --no-dev + php composer.phar install --prefer-source --no-interaction --no-dev # Set permissions to ampache directory chown -R www-data: $final_path )