Possible apache/mysql/php wrapper?

Posted by MrStatic on Stack Overflow See other posts from Stack Overflow or by MrStatic
Published on 2010-03-26T22:48:12Z Indexed on 2010/03/26 22:53 UTC
Read the original article Hit count: 320

Filed under:
|
|
|

I was tasked with writing a smallish program for data input and manipulation. My language of choice happens to be PHP. I have written out the program/site it all works fine is easily portable and everything but have one question. Is there anyway to wrap up apache/mysql/php into a bundle of one exe? I know of MoWes Portable and other options but I am looking to basically wrap everything up into a single exe without much fuss to the end user. My target users are very low on the computer savvy scale. I am trying to avoid a batch file for launching and don't really want them able to shutdown one part on accident and not another (IE shut off mysql but leave apache on).

© Stack Overflow or respective owner

Related posts about wrapper

Related posts about apache