Intranet setup

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Intranet setup

Post by aceconcepts »

Hi,

I have a database system that runs on MySQL database using Apache written in PHP. This system is only accessible via a live connection to the Internet.

What I want to do is have this system available offline.

My initial thought was to setup an Intranet as it uses Internet technology and can be accessible from anywhere as well as offline (within a private network).

The thing is I have never setup an Intranet before. Can anyone give me some pointers in light of what I'm trying to do?

Thanks.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Intranet setup

Post by Kieran Huggins »

an Intranet is little more than a local webserver - I'd recommend installing Uniform Server on a local machine (if you're running Windows) and calling it a day. There may also be some local domain crap to deal with, but I'd have to look it up.
Post Reply