-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I've tried countless ways of trying to get etherpad running on the sudomesh server. It will run if I start it manually with bin/run.sh from the repo directory, but when I go through the steps to get it to run by default in the background it fails to start the service. Here's the most applicable guide I've found, https://help.ubuntu.com/community/Etherpad-liteInstallation
At the step where it asks you to run: sudo start etherpad-lite
It produces the output: etherpad-lite stop/pre-start, process 32589
To reproduce bug:
- SSH into the sudomesh server as root
- run
sudo start etherpad-lite
Also, I've gone through all the debian and ubuntu options on this page https://github.com/ether/etherpad-lite/wiki/How-to-deploy-Etherpad-Lite-as-a-service
They all produce the same error which makes me think it is a dependency error. I am running out of bandwidth dump any more time into this issue, so whoever wants who has access and wants to work on it can try to finish it. Going to open an issue in the etherpad repo also.