I have a MySQL/PHP driven web site and need to put it on a CD for distribution. Any idea how to install this?
Machines that will read the CD are all Windows-driven and have neither of these (Apache, PHP, MySQL) installed and CD-drives can be assigned different letters.
Thanx
Probably ought to contact NuSphere and see if they can help. http://www.nusphere.com
Try and application called Microweb, that will allow you to run the site on any machine. With reagrd to your Mysql database thats a little more complicated I would suggest that you leave it on your server and then lets these remote deployments connect remotely.
PHP Triad works just fine, along with a simple to create batch file: @ off start apache\apache.exe start apache\mysql\mysqld.exe --standalone
You just have to remove file "my" from C:\
Thank you all for help
Are you saying, you could distribute a cd with web pages, mysql db etc. Which could be run from any machine?
If so, how would I do this with ASP, PWS & MYSQL? Any ideas, thanks.
Yes, that's what I'm saying.
As for ASP, I have no idea. When you install it, try renaming it's folder. Same for PWS.
Or just switch to PHP. :-)
Sorry I couldn't help you here.