Has anyone successfully hosted Etherpad Lite on Azure? #4798
Unanswered
alexeisenhart
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Fix landing in an hour. Apologies. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been struggling to get an instance of Etherpad-lite deployed to Azure for the last 2 days. I've tried both Linux and Windows hosting.
Linux: I can run the site in Ubuntu in a Hyper-V VM, but deploying these files to Azure has lead me into issues all day.
Windows: I cannot run locally due to issue #4787, but I've tried to work around it to no avail.
Docker: I CAN deploy the docker image, but then I can't modify the settings files. I'm aware of the documentation here (https://github.com/ether/etherpad-lite/blob/develop/doc/docker.md) for building a custom docker container, but I'm concerned that this isn't going to work because of all of the issues that I've had with both the Linux and Windows environments.
Has anyone successfully deployed an instance to Azure? The Linux issue is failing because it can't find npm-cli.js, but I think that's an issue with symbolic links in Azure, but I'm not sure.
My background is in ASP.NET development and Windows hosting, so Node.js and Azure are both new to me. If I started from scratch tomorrow, would anyone be able to help me debug the issues that I'm running into? I'm open to any advice or ideas. I am not limited by the hosting platform: Windows, Linux or Docker would be fine with me.
Beta Was this translation helpful? Give feedback.
All reactions