Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP project with MySQL data on CD/DVD

Tags:

php

mysql

cd

dvd

Exist any way, how to place the PHP project with MySQL database on CD/DVD with full functionality? My client would like have his presentation on the CD and this CD he'd give his customers.

And the idea is, that these customers just put the CD into their PC and run the complet web presentation on their computer...

Is that sci-fi or exist any way to do that?

Thank you

like image 410
user984621 Avatar asked Feb 26 '26 23:02

user984621


1 Answers

The CD/DVD will have to have Apache/MySQL/PHP available to it - what you're looking for is a "portable webserver" to be run from the DVD. I used something called The Uniform Server some time back with pretty good success.

like image 65
GDP Avatar answered Mar 01 '26 17:03

GDP