0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

mixhostにcomposerをインストールする

Posted at

引用元 https://noter.fugo.ml/2019-05-02-mixhost%E3%81%ABcomposer%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%99%E3%82%8B

手順

sshでログインし、以下のコマンドを実行する

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

下記コマンドを実行し、composerのバージョンなどが表示されて入れば正常にインストールされている。

php composer.phar

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?