"리눅스 composer 설치"의 두 판 사이의 차이

25번째 줄: 25번째 줄:
==같이 보기==
==같이 보기==
*[[Composer 버전 확인]]
*[[Composer 버전 확인]]
*[[Composer 업데이트]]
*[[Composer]]
*[[Composer]]
*[[PEAR 설치]]
*[[PEAR 설치]]

2015년 8월 26일 (수) 23:52 판

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 참고 자료