리눅스 composer 설치

Jmnote bot (토론 | 기여)님의 2016년 3월 29일 (화) 10:18 판 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
Composer 설치
컴포저 설치

1 방법

[root@zetawiki ~]# curl -sS https://getcomposer.org/installer | php
#!/usr/bin/env php
Some settings on your machine may cause stability issues with Composer.
If you encounter issues, try to change the following:

Your PHP (5.3.3) is quite old, upgrading to PHP 5.3.4 or higher is recommended.
Composer works with 5.3.2+ for most people, but there might be edge case issues.

Downloading...

Composer successfully installed to: /root/composer.phar
Use it: php composer.phar
[root@zetawiki ~]# mv composer.phar /usr/local/bin/composer
[root@zetawiki ~]# composer -V
Composer version 1.0-dev (4f80e7ff68466cab970c22b425725b8058c32970) 2015-06-09 00:03:48

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}