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.
Intranet setup
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: Intranet setup
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.