Changes

From SME Server
Jump to navigationJump to search
351 bytes added ,  13:11, 13 April 2022
no edit summary
Line 305: Line 305:     
An easy resolution is to make a Custom Template to resolve this issue.  see [[Uploadtmpdir]]
 
An easy resolution is to make a Custom Template to resolve this issue.  see [[Uploadtmpdir]]
 +
 +
 +
===Installation of composer===
 +
 +
This is made tricky as we do not have the PHP CLI configured.
 +
 +
But we can install it as follows with command line arguments. This is using php74
 +
 +
Download:
 +
php74 -d allow_url_fopen=on -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
 +
 +
Install:
 +
php74 -d allow_url_fopen=on  ./composer-setup.php
    
----
 
----
    
[[Category: Howto]]
 
[[Category: Howto]]

Navigation menu