composer install centos 7

Опубликовано: 10 Октябрь 2024
на канале: School Of Freelancing
438
0

this video will show how to composer install centos 7!

IF you need my help please mail me [email protected] for additional Linux System Admin projects.

run this commands one by one as shows the video. you can find this as Blog- https://schooloffreelancing.blogspot....

cat /etc/centos-release
cat /etc/issue
cat /proc/version
yum -y update
yum -y upgrade
curl -sS https://getcomposer.org/installer | php
chmod +x composer.phar
mv composer.phar /usr/local/bin/composer
composer -V