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

2010-03-04 Thread Juan
2010/3/2 Sion Duncan casti...@aurorais.co.uk:
 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



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
a...@ashleysheridan.co.uk 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: [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 systems.


On 2 March 2010 14:19, Bastien Koert phps...@gmail.com wrote:

 On Tue, Mar 2, 2010 at 6:11 AM, Ashley Sheridan
 a...@ashleysheridan.co.uk 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.


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. 

 -Original Message-
 From: Juan [mailto:j...@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: [PHP] App to put a whole PHP Site in CD/DVD

2010-03-02 Thread 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:dae...@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:j...@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