Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install composer on app service?

I am new to using Microsoft Azure. My application requires composer to be installed on the server, how can I have it installed on the system of App services service? Application is in PHP.

like image 507
Ruchit Rami Avatar asked Jan 27 '16 11:01

Ruchit Rami


1 Answers

Another way to install composer

  • Navigate to your azure portal
  • Click on SSH
  • Type curl -sS https://getcomposer.org/installer | php
like image 90
Ankit Mehta Avatar answered Oct 20 '22 15:10

Ankit Mehta