Page 1 of 1

Access over LAN

PostPosted:Wed Jan 27, 2010 9:54 am
by SteveBremner
Hi guys,

I successfully installed and tested OpenKM on the spare office server. I can run and access the app on the server directly, however is there a way to access over the lan using our browsers?

The server has WAMP installed on it just now for some testing etc.

I have tried accessing with http://IPADDRESS:8080/OpenKM however this doesn't seem to work.

Any advice would be appreciated.

Cheers

Steve

Re: Access over LAN

PostPosted:Thu Jan 28, 2010 9:37 am
by jllort
In windows
Code: Select all
run.bat -b 0.0.0.0 
In linux
Code: Select all
run.sh -b 0.0.0.0 

Re: Access over LAN

PostPosted:Mon Feb 01, 2010 9:33 am
by SteveBremner
Excellent thanks, I'll give it a try!