mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
add --no-dev parameter to composer
This commit is contained in:
parent
e32ef66f68
commit
23c8d7e302
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue