add --no-dev parameter to composer

This commit is contained in:
softmetz
2019-02-18 22:34:05 +01:00
committed by GitHub
parent e32ef66f68
commit 23c8d7e302

View File

@@ -57,7 +57,7 @@ The Linux commands to clone the repository into a directory "mywebsite" would be
git clone https://github.com/friendica/friendica.git -b master mywebsite
cd mywebsite
bin/composer.phar install
bin/composer.phar install --no-dev
Make sure the folder *view/smarty3* exists and is writable by the webserver user, in this case `www-data`