Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Last active May 28, 2020 16:41
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 uno-de-piera/3f44fe9977dc6235fa2b847eb6b33f63 to your computer and use it in GitHub Desktop.
Save uno-de-piera/3f44fe9977dc6235fa2b847eb6b33f63 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install curl php-cli php-mbstring git unzip
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
chmod +x /usr/local/bin/composer
### Run Composer
composer
______
/ ____/___ ____ ___ ____ ____ ________ _____
/ / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
/ /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ /
\____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
/_/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment