Install Composer on Ubuntu

Posted by Milos on Server Fault See other posts from Server Fault or by Milos
Published on 2012-09-14T14:28:56Z Indexed on 2012/09/14 15:39 UTC
Read the original article Hit count: 174

Filed under:
|

I am trying to install composer with the command:

sudo curl -s https://getcomposer.org/installer | php

And I am getting this error:

All settings correct for using Composer
Downloading...
Download failed: failed to open stream: Permission denied
Downloading...
Download failed: failed to open stream: Permission denied
Downloading...
Download failed: failed to open stream: Permission denied
The download failed repeatedly, aborting.

I don't know why? Do you have an idea? I tryed to google it but nothing.

© Server Fault or respective owner

Related posts about ubuntu

Related posts about curl