Skip to content

Instantly share code, notes, and snippets.

@Vishnu-m-r
Created March 27, 2018 09:16
Show Gist options
  • Save Vishnu-m-r/bedaf53d84d2156a31d3cf46764d9be9 to your computer and use it in GitHub Desktop.
Save Vishnu-m-r/bedaf53d84d2156a31d3cf46764d9be9 to your computer and use it in GitHub Desktop.
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y php5.6
#Composer
sudo apt-get install curl php5-cli git
curl -sS https://getcomposer.org/installer | sudo 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