On Dec 20, 1:41 pm, Liang <cail9...@gmail.com> wrote:
> Hi All,
> I followed the instruction and made it working on ubuntu 9.04 .
> However, it only runs as a local server, which means I can only access
> it athttp://localhost:9000/. Evenhttp://127.0.0.1:9000/won't work!
Follow these steps to make things work for you on your network.
1. set listen back to 9000. Keeping it at 0.0.0.0:9000 will also work.
They both are same.
2. Open ./src/etherpad/globals.js and add
- 'etherpad.liang.box': true
to var SUPERDOMAINS
3. Open /etc/hosts as root and add
x.x.x.x etherpad.liang.box
to it, where x.x.x.x is your machine's IP on your LAN
Do only step #3 on remaining machines of your LAN
if any of remaining machines run windows, you have to edit %SystemRoot%
\system32\drivers\etc\hosts file
-K
On Dec 20, 2:52 am, K <es.kart...@gmail.com> wrote: