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

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

am 02.03.2010 12:11:59 von Ashley Sheridan

--=-Gm4CmhXewx+977fu99Yu
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

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 to one cd for a presentation. I mean; one cd containing the
> whole site, and when the user inserts it on the cd/dvd reader it's
> able to use the website like if him/her would be using the http
> protocol. So, this application should let me put mysql/php/apache in
> the cd, then it should work from the cd.
>
> I would like to use some free software application, I would like to
> avoid using commercial branches because I need this for a commercial
> project that isn't able to pay licenses. Also I preffer Free Software.
>
> So, if you know some appplication that helps me to develop this, and
> also if I would be able to make the cd multiplatform for the principal
> OS ( Gnu/linux, win, mac ) even better.
>
> Thanks a lot.
>
> Juan
>


If you want this sort of setup, then why not go with a live Linux CD/DVD
that has the website on. You can lock the live OS down so that it is in
what's called a kiosk mode, which should meet your requirements.

Thanks,
Ash
http://www.ashleysheridan.co.uk



--=-Gm4CmhXewx+977fu99Yu--

App to put a whole PHP Site in CD/DVD

am 02.03.2010 12:12:20 von juan

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 to one cd for a presentation. I mean; one cd containing the
whole site, and when the user inserts it on the cd/dvd reader it's
able to use the website like if him/her would be using the http
protocol. So, this application should let me put mysql/php/apache in
the cd, then it should work from the cd.

I would like to use some free software application, I would like to
avoid using commercial branches because I need this for a commercial
project that isn't able to pay licenses. Also I preffer Free Software.

So, if you know some appplication that helps me to develop this, and
also if I would be able to make the cd multiplatform for the principal
OS ( Gnu/linux, win, mac ) even better.

Thanks a lot.

Juan

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

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

am 02.03.2010 15:19:49 von Phpster

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 show data, and I would like to know how to embbed php and
>> mysql to one cd for a presentation. I mean; one cd containing the
>> whole site, and when the user inserts it on the cd/dvd reader it's
>> able to use the website like if him/her would be using the http
>> protocol. So, this application should let me put mysql/php/apache in
>> the cd, then it should work from the cd.
>>
>> I would like to use some free software application, I would like to
>> avoid using commercial branches because I need this for a commercial
>> project that isn't able to pay licenses. Also I preffer Free Software.
>>
>> So, if you know some appplication that helps me to develop this, and
>> also if I would be able to make the cd multiplatform for the principal
>> OS ( Gnu/linux, win, mac ) even better.
>>
>> Thanks a lot.
>>
>> Juan
>>
>
>
> If you want this sort of setup, then why not go with a live Linux CD/DVD
> that has the website on. You can lock the live OS down so that it is in
> what's called a kiosk mode, which should meet your requirements.
>
> Thanks,
> Ash
> http://www.ashleysheridan.co.uk
>
>
>

Might wanna look at phpdock ( http://www.nusphere.com/products/phpdock.htm )

--

Bastien

Cat, the other other white meat

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

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

am 02.03.2010 19:43:36 von Sion Duncan

--001636c5a8b15005870480d5be4a
Content-Type: text/plain; charset=ISO-8859-1

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 systems.


On 2 March 2010 14:19, Bastien Koert wrote:

> 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 show data, and I would like to know how to embbed php and
> >> mysql to one cd for a presentation. I mean; one cd containing the
> >> whole site, and when the user inserts it on the cd/dvd reader it's
> >> able to use the website like if him/her would be using the http
> >> protocol. So, this application should let me put mysql/php/apache in
> >> the cd, then it should work from the cd.
> >>
> >> I would like to use some free software application, I would like to
> >> avoid using commercial branches because I need this for a commercial
> >> project that isn't able to pay licenses. Also I preffer Free Software.
> >>
> >> So, if you know some appplication that helps me to develop this, and
> >> also if I would be able to make the cd multiplatform for the principal
> >> OS ( Gnu/linux, win, mac ) even better.
> >>
> >> Thanks a lot.
> >>
> >> Juan
> >>
> >
> >
> > If you want this sort of setup, then why not go with a live Linux CD/DVD
> > that has the website on. You can lock the live OS down so that it is in
> > what's called a kiosk mode, which should meet your requirements.
> >
> > Thanks,
> > Ash
> > http://www.ashleysheridan.co.uk
> >
> >
> >
>
> Might wanna look at phpdock ( http://www.nusphere.com/products/phpdock.htm)
>
> --
>
> Bastien
>
> Cat, the other other white meat
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


--
~ Sion Duncan.

PHd in Sarcasm from the University of Smugness.

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe trying
to produce bigger and better idiots. So far, the Universe is winning.

--001636c5a8b15005870480d5be4a--

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

am 02.03.2010 21:24:23 von 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.

> -----Original Message-----
> From: Juan [mailto:juan@rodriguezmonti.com.ar]
> Sent: Tuesday, March 02, 2010 3:12 AM
> To: php-general@lists.php.net
> Subject: [PHP] App to put a whole PHP Site in CD/DVD
>
> 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 to one cd for a presentation. I mean; one cd containing the
> whole site, and when the user inserts it on the cd/dvd reader it's
> able to use the website like if him/her would be using the http
> protocol. So, this application should let me put mysql/php/apache in
> the cd, then it should work from the cd.
>
> I would like to use some free software application, I would like to
> avoid using commercial branches because I need this for a commercial
> project that isn't able to pay licenses. Also I preffer Free Software.
>
> So, if you know some appplication that helps me to develop this, and
> also if I would be able to make the cd multiplatform for the principal
> OS ( Gnu/linux, win, mac ) even better.
>
> Thanks a lot.
>
> Juan
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

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

am 02.03.2010 22:29:36 von David Murphy

ThinAPP by VMware is a better alternative I think, it makes the VM into an
EXE, so autorun will load the exe, which you can set a windows or full
screen. Of course this isn't free.


Also RoadsendPHP http://roadsend.com can package an app in offline mode,
with an embedded web server (MicroServer).

Depending on your needs not sure which is most applicable for you.
But its atleast free :) and you could compile for linux and windows and let
autorun launch the windows one and users launch the linux one.


David

-----Original Message-----
From: Daevid Vincent [mailto:daevid@daevid.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, 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.

> -----Original Message-----
> From: Juan [mailto:juan@rodriguezmonti.com.ar]
> Sent: Tuesday, March 02, 2010 3:12 AM
> To: php-general@lists.php.net
> Subject: [PHP] App to put a whole PHP Site in CD/DVD
>
> 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 to one cd for a presentation. I mean; one cd containing the
> whole site, and when the user inserts it on the cd/dvd reader it's
> able to use the website like if him/her would be using the http
> protocol. So, this application should let me put mysql/php/apache in
> the cd, then it should work from the cd.
>
> I would like to use some free software application, I would like to
> avoid using commercial branches because I need this for a commercial
> project that isn't able to pay licenses. Also I preffer Free Software.
>
> So, if you know some appplication that helps me to develop this, and
> also if I would be able to make the cd multiplatform for the principal
> OS ( Gnu/linux, win, mac ) even better.
>
> Thanks a lot.
>
> Juan
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

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

am 04.03.2010 12:34:42 von David Robley

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 to one cd for a presentation. I mean; one cd containing the
> whole site, and when the user inserts it on the cd/dvd reader it's
> able to use the website like if him/her would be using the http
> protocol. So, this application should let me put mysql/php/apache in
> the cd, then it should work from the cd.
>
> I would like to use some free software application, I would like to
> avoid using commercial branches because I need this for a commercial
> project that isn't able to pay licenses. Also I preffer Free Software.
>
> So, if you know some appplication that helps me to develop this, and
> also if I would be able to make the cd multiplatform for the principal
> OS ( Gnu/linux, win, mac ) even better.
>
> Thanks a lot.
>
> Juan

Rather than providing an identical environment, you could use HTTrack
http://www.httrack.com/ to create a static mirror of the site which has all
the functionality of the dynamic site in static html form. Just stick the
mirror on a CD with an appropriate autorun.inf if you want it to autostart.



Cheers
--
David Robley

Sure, it's clean laundry. The cat's sitting on it, isn't he?
Today is Pungenday, the 63rd day of Chaos in the YOLD 3176.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

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

am 04.03.2010 12:54:05 von 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 this method only works on windows systems.

That's great. This is what I've been looking form. Thanks!.

Juan

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php