At my webserver I have ssh-access but no access to the composer binary. If i run composer update
, file was not found.
I have some update troubles with the web-interface and so I have to run the command manually.
What can I do?
I can imagine some like the following:
- backup doc-root
- delete the doc-root
- upload the new master (setup and setup.php)
- run setup.php
- restore some files from the backup
or have I to
- backup doc-root
- run the composer at my local computer
- upload the files to webserver
- restore some files from the backup
But what is the best way? What are the concrete steps?