PHP Application Self-Install

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
thomas777neo
Forum Contributor
Posts: 214
Joined: Mon Mar 10, 2003 6:12 am
Location: Johannesburg,South Africa

PHP Application Self-Install

Post by thomas777neo »

I would like to be able to distribute my application written in PHP, which runs on a webserver (not a command line script) and utilizes MySQL as its database. What is the easiest method to be able to have a single installation exe etc where by it installs the amp environment with my application already integrated into it?

I have read up on a product called nuSphere - Php Dock, but it does not work properly. Is it possible to compile something like the apachefriends guys do (xampp) and just have my app integrated (incl apache / php configs) with code obsfucation / encryption built in as well.

Your assistance would be much appreciated.
User avatar
thomas777neo
Forum Contributor
Posts: 214
Joined: Mon Mar 10, 2003 6:12 am
Location: Johannesburg,South Africa

Re: PHP Application Self-Install

Post by thomas777neo »

No suggestions yet, hmmm...?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: PHP Application Self-Install

Post by alex.barylski »

Most PHP applications assume a certain environment will *already* be setup.

Look into PHP RaodSend -- they offer a micro web server setup
Post Reply