Skip to content

Instantly share code, notes, and snippets.

View malditagaseosa's full-sized avatar
🌲

Camilo . malditagaseosa

🌲
  • SISTEL
  • Colombia
View GitHub Profile
Requisitos:
- sudo apt install php-cli
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y php7.x