Skip to content

Instantly share code, notes, and snippets.

@blue-bird1
Last active October 9, 2018 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blue-bird1/239dcb4b3e4bf7a29dbfa9f64beefc7e to your computer and use it in GitHub Desktop.
Save blue-bird1/239dcb4b3e4bf7a29dbfa9f64beefc7e to your computer and use it in GitHub Desktop.
composer install #debian
sudo apt-get install curl php5-cli git
php -r "copy('https://getcomposer.org/installer', '/tmp/composer-setup.php');"
sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment