Re: [PHP] App to put a whole PHP Site in CD/DVD

2010-03-04 Thread Juan
2010/3/2 Sion Duncan : > The way I've done this in the past it with XAMPP and a simple autorun.inf > file. > > Code the autorun.inf file to start Apache and MySQL, then launch the users > web browser (I used IE for this, as i knew everyone would have it > installed). > > The only problem, is that t

RE: [PHP] App to put a whole PHP Site in CD/DVD

2010-03-02 Thread David Murphy
d.com] Sent: Tuesday, March 02, 2010 2:24 PM To: 'Juan'; php-general@lists.php.net Subject: RE: [PHP] App to put a whole PHP Site in CD/DVD What we've done is use VMWare Workstation (free fully working trial available) to build a LAMP VM. VMWare Player is a free download to anyone,

RE: [PHP] App to put a whole PHP Site in CD/DVD

2010-03-02 Thread Daevid Vincent
What we've done is use VMWare Workstation (free fully working trial available) to build a LAMP VM. VMWare Player is a free download to anyone, so we just send the VM (.vmdk files, etc.) and they run it. The same could be done with VirtualBox or the Virtualization tool of your choice. > -Or

Re: [PHP] App to put a whole PHP Site in CD/DVD

2010-03-02 Thread Sion Duncan
The way I've done this in the past it with XAMPP and a simple autorun.inf file. Code the autorun.inf file to start Apache and MySQL, then launch the users web browser (I used IE for this, as i knew everyone would have it installed). The only problem, is that this method only works on windows syst

Re: [PHP] App to put a whole PHP Site in CD/DVD

2010-03-02 Thread Bastien Koert
On Tue, Mar 2, 2010 at 6:11 AM, Ashley Sheridan wrote: > On Tue, 2010-03-02 at 08:12 -0300, Juan wrote: > >> Hi, >> I need an application to run mysql/php/apache or similar in one cd, to >> make a presentation. >> >> The presentation itself is a php site that uses mysql to do some >> queries, to s

Re: [PHP] App to put a whole PHP Site in CD/DVD

2010-03-02 Thread Ashley Sheridan
On Tue, 2010-03-02 at 08:12 -0300, Juan wrote: > Hi, > I need an application to run mysql/php/apache or similar in one cd, to > make a presentation. > > The presentation itself is a php site that uses mysql to do some > queries, to show data, and I would like to know how to embbed php and > mysql