jmservera / node-red-azure-webapp

A webapp wrapper for running node-red in an Azure Web App
MIT License
33 stars 40 forks source link

Question: linux webapp version #6

Open JpEncausse opened 6 years ago

JpEncausse commented 6 years ago

Hi, Many thanks for your template, I'm new to Azure Webapp setup sorry for my n00b question.

Thanks !

jmservera commented 6 years ago

Hi! Yes, it is prepared for Windows only and you are right, it will require to rewrite the postinstall.cmd, but you will probably not need the npm.cmd, it is a small workaround for an issue with webapps and the npm path. I'll take this issue and try to create a linux version ASAP.

JpEncausse commented 6 years ago

Thanks !

I update the Windows version for our opensource Bot Framework using Microsoft Technologies (https://github.com/JpEncausse/viseo-bot-template-azure) it works well !

I'm shared because, Windows webapp offer lots of features but, compagnies using our bots wants Linux (with fewer features) and we give a try with a Docker but it's too limited

clysss commented 4 years ago

hello Juan, I 've modify your version for linux sucessfuly [button working] you can have a look to my repo Thanks a lot for your job