There was a problem installing composer-a, does not want to be installed. All dependencies installed. Tried and globally put in the project, but it turns out that such a problem.

kornell@kornell-virtual-machine:~$ curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer All settings correct for using Composer kornell@kornell-virtual-machine:~$ sudo curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer All settings correct for using Composer kornell@kornell-virtual-machine:~$ 

The download itself does not occur, but only All settings correct for using Composer and that's it. It does not give any errors.

Ubuntu system 14.04

It should be on a virtual machine.

Increased a little RAM, because before that there was an error "Segmentation error (memory dump made)"

Where to dig, who will tell?

  • And why did you decide that the download does not occur? Have you tried curl separately? What's happening? Tried to specify another directory in install-dir ? - MAN69
  • I tried to perform separately, the same result. root @ kornell-virtual-machine: / var / www # curl -sS getcomposer.org/installer | sudo php All settings correct for root @ kornell-virtual-machine: / var / www # exit exit kornell @ kornell-virtual-machine: ~ $ curl -s getcomposer.org/installer | sudo php All settings correct for using Composer @ kornell-virtual-machine: ~ $ I looked after the request, it does not create anything. - kornell

0