Page 1 of 1

Jooma in intranet

Posted: Wed Dec 02, 2009 11:40 am
by amns
Hi!

I'm developing a website in joomla and i would like to allow users in my intranet to access it.

How do i do to allow that?

Regards

Re: Jooma in intranet

Posted: Thu Dec 03, 2009 12:04 am
by Bjorg
Give them the IP address?

Re: Jooma in intranet

Posted: Thu Dec 03, 2009 1:33 pm
by amns
I tryed the ip (ex: http://100.100.100.100), but occurred an error:

'The connection was reset'
'the connection to the server was reset while the page was loading'


Have i to change any configuration?


Best regards, thanks!

Re: Jooma in intranet

Posted: Thu Dec 03, 2009 7:54 pm
by Bjorg
If running Windows, hold the flag key (lower left) + R to bring up a run box, type in CMD to bring a DOS box session
Then type:

Code: Select all

Ipconfig /all
and note the Ethernet adapter IP address, and use this in the web browser address bar
to access the web site.

Re: Jooma in intranet

Posted: Thu Dec 03, 2009 8:54 pm
by amns
Yes, i use the correct IP adress and we are all logged in in the same domain, each computer can ping the others and access shared folders..


Thanks!

Re: Jooma in intranet

Posted: Thu Dec 03, 2009 10:08 pm
by Bjorg
What server software is utilized for the Joomla! intranet installation?

This is assuming that Joomla! is installed inside of the intranet, and not the internet.

Re: Jooma in intranet

Posted: Thu Dec 03, 2009 10:28 pm
by amns
I'm using php + mysql + apache, (easyphp) my website is not yet on internet..

Thanks!

Re: Jooma in intranet

Posted: Fri Dec 04, 2009 12:21 am
by Bjorg
Could find no documentation on the easyphp website that would state that easyphp
works with Joomla! (This of course means only that it would be a more unique / new configuration method).


Try here for common questions regarding installation / configuration of easyphp 5.3.0:

http://www.easyphp.org/faq.php


When the server is setup properly, follow instructions for a manual Joomla! installation
as a guide:

http://docs.joomla.org/Beginners

http://docs.joomla.org/Setting_up_your_ ... evelopment

http://docs.joomla.org/How_do_you_copy_ ... te_host%3F

http://docs.joomla.org/Installation

http://docs.joomla.org/What_do_Error_1% ... _3_mean%3F


Additionally, further posts regarding a localhost installation of Joomla!
would have optimal response in this section of the forum:

http://forum.joomla.org/viewforum.php?f=429


Good luck!