Gaurav Gupta's picture

I just launched the etherpad application in AWS. The application launched

but I cannot access it via the browser. There is no information I can find on how  to connect to the app. I can SSH into the instance and can see that the service is running:

root@etherpad ~# ps -eaf | grep ether

nodejs    7605     1  0 09:40 ?        00:00:00 /bin/sh

/opt/etherpad-lite/bin/safeRun.sh /var/log/nodejs.log

nodejs    8026  7678  0 09:40 ?        00:00:03 node

node_modules/ep_etherpad-lite/node/server.js

root      9444  8895  0 10:12 pts/2    00:00:00 grep --color=auto ether

root@etherpad ~# netstat -nat | grep 80

tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN

    

tcp        0      0 127.0.0.1:3306          127.0.0.1:52380

ESTABLISHED

tcp        0      0 127.0.0.1:52380         127.0.0.1:3306

ESTABLISHED

tcp        0     80 10.191.197.240:22       115.254.72.25:50473

ESTABLISHED

 

This is how I am trying to access the app:

http://50.19.26.213

Forum: 
Jeremy Davis's picture

It should be fixed in the v13 release...

But in the meantime there is a workaround - see here

Add new comment