This forum is closed. Thank you for your contributions.
Hi,
I'm looking for hints on how to install an open source framework in my workspace Azure. This framework is Kohana.
Any hints welcome.
Thanks
Generally speaking, you can leverage Git repository on local or on GitHub to deploy your PHP application to Azure Web Apps. Or directly use FTP to deploy your application to Azure Web Apps.
You can refer to https://azure.microsoft.com/en-us/documentation/articles/app-service-web-php-get-started/ for a quick reference.
Any further concern, please feel free to let me know.