LoginSignup
22
27

More than 5 years have passed since last update.

vagrant+CentOSにcomposerを導入

Last updated at Posted at 2014-09-02

前提条件
 vagrantにsshで接続
 スーパーユーザになっている

・composerインストール

curl -sS https://getcomposer.org/installer | php

・そのまま叩いても使えますが、面倒なので「/usr/local/」にインストール

mv composer.phar /usr/local/bin/composer
※composer.pharをcomposerに名前を変更
22
27
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
22
27