node-red-azure-webapp icon indicating copy to clipboard operation
node-red-azure-webapp copied to clipboard

Question: linux webapp version

Open JpEncausse opened this issue 7 years ago • 3 comments

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

  • how do you define the OS: Windows or Linux ?
  • Is it possible to set a Linux OS ? Does it require to rewrite postinstall.cmd and npm.cmd for linux ?

Thanks !

JpEncausse avatar Jun 29 '18 23:06 JpEncausse

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.

jmservera avatar Jul 19 '18 22:07 jmservera

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

JpEncausse avatar Jul 20 '18 06:07 JpEncausse

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

clysss avatar Nov 26 '20 23:11 clysss