Install Composer in shared hosting using SSH
Hello,
I entered using SSH, I downloaded composer.phar using the instructions I found here: https://getcomposer.org/doc/00-intro.md, but I cannot move it to the /usr/local/bin/composer, so to be recognized by the system. I tried the simple mv command and I get "Read-only file system" and with sudo I get "sudo: effective uid is not 0, is sudo installed setuid root?".
So the composer command is not recognized, so I cannot install Laravel 5 (http://laravel.com/docs/5.0). Softaculous only supports version 4 for the moment.
I entered using SSH, I downloaded composer.phar using the instructions I found here: https://getcomposer.org/doc/00-intro.md, but I cannot move it to the /usr/local/bin/composer, so to be recognized by the system. I tried the simple mv command and I get "Read-only file system" and with sudo I get "sudo: effective uid is not 0, is sudo installed setuid root?".
So the composer command is not recognized, so I cannot install Laravel 5 (http://laravel.com/docs/5.0). Softaculous only supports version 4 for the moment.