rasodu / DLEMP

0 stars 0 forks source link

Use phar to install tools on cmd image #27

Closed rasodu closed 8 years ago

rasodu commented 8 years ago

Switch to phar installation for following tools

Install these commands to '/usr/local/bin/' => http://unix.stackexchange.com/questions/8656/usr-bin-vs-usr-local-bin-on-linux

Create script called installphar.sh <url> <final-command-name> to install phar with following commands : https://phpunit.de/manual/current/en/installation.html

rasodu commented 8 years ago

Composer install instruction already provide a script to install phar file. Therefore new phar installer will not be used to install composer.