-
Notifications
You must be signed in to change notification settings - Fork 6
Local installation
Alexandru Trandafir Catalin edited this page Aug 30, 2017
·
12 revisions
TBD
Tip: First check your php version because you should use 5.6 binary. If you have different versions of PHP installed, please use full path. Example: /opt/plesk/php/5.6/bin/php
https://getcomposer.org/download/
Windows (Command Line):
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '669656bab3166a7aff8a7506b8cb2d1c292f042046c5a994c43155c0be6190fa0355160742ab2e1c88d40d5be660b410') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
Or Linux:
curl -sS https://getcomposer.org/installer | php
php composer.phar global require "fxp/composer-asset-plugin:^1.2.0"
php composer.phar install