]> BookStack Code Mirror - devops/commitdiff
Updated the scripts to use composer in --no-dev mode
authorDan Brown <redacted>
Thu, 5 Mar 2020 21:35:15 +0000 (21:35 +0000)
committerDan Brown <redacted>
Thu, 5 Mar 2020 21:35:15 +0000 (21:35 +0000)
Related to bookstackapp/bookstack#1928

scripts/installation-ubuntu-16.04.sh
scripts/installation-ubuntu-18.04.sh

index e21bb3ecd493a530f99050cc4a9ea884431a3531..3001358cbc655d74244acd637864bb1294bd04ac 100644 (file)
@@ -44,7 +44,7 @@ else
 fi
 
 # Install BookStack composer dependancies
-php composer.phar install
+php composer.phar install --no-dev
 
 # Copy and update BookStack environment variables
 cp .env.example .env
index 45e3f926520edf55dd73368839493ea32f78fb64..678cee1c89a4fd8060c520648ef85a57a2213dad 100644 (file)
@@ -51,7 +51,7 @@ else
 fi
 
 # Install BookStack composer dependancies
-php composer.phar install
+php composer.phar install --no-dev
 
 # Copy and update BookStack environment variables
 cp .env.example .env