php - How to install composer on app service? -
i new using microsoft azure. application requires composer installed on server, how can have installed on system of app services service? application in php.
you can install composer extension in manage portal of app services.
- login on azure account @ https://portal.azure.com
- click "tools" button, select "extensions" bar in list on right. click "add" button, open extension list allowed install in app services. can choose "composer" there.
after installing, can install visual studio online extension or leverage kudu console site handle or run commands of apps.
Comments
Post a Comment