Advertisement
imehesz

Installing Composer on C9

May 15th, 2014
1,827
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. $ curl -s http://getcomposer.org/installer | php
  2. ...
  3. Some settings on your machine may cause stability issues with Composer.
  4. If you encounter issues, try to change the following:
  5.  
  6. PHP was compiled with --with-curlwrappers which will cause issues with HTTP authentication and GitHub.
  7. Recompile it without this flag if possible
  8.  
  9. Downloading...
  10.  
  11. Composer successfully installed to: /some/weird/c9/folder/composer.phar
  12. Use it: php composer.phar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement