How to install composer on app service?

前端 未结 2 1798
说谎
说谎 2020-11-30 12:49

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? Applica

相关标签:
2条回答
  • 2020-11-30 13:42

    You can install composer extension in the manage portal of your App Services.

    • Login on your Azure Account at https://portal.azure.com
    • Click the "tools" button, select "extensions" bar in the list on the right. Click "Add" button, open the extension list allowed to install in App Services. You can choose "Composer" there.

    After installing, you also can install Visual Studio Online extension or leverage Kudu console site to handle or run commands of your Apps.

    0 讨论(0)
  • 2020-11-30 13:48

    Another way to install composer

    • Navigate to your azure portal
    • Click on SSH
    • Type curl -sS https://getcomposer.org/installer | php
    0 讨论(0)
提交回复
热议问题