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.
PHP Application Self-Install
Moderator: General Moderators
- thomas777neo
- Forum Contributor
- Posts: 214
- Joined: Mon Mar 10, 2003 6:12 am
- Location: Johannesburg,South Africa
- thomas777neo
- Forum Contributor
- Posts: 214
- Joined: Mon Mar 10, 2003 6:12 am
- Location: Johannesburg,South Africa
Re: PHP Application Self-Install
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
Most PHP applications assume a certain environment will *already* be setup.
Look into PHP RaodSend -- they offer a micro web server setup
Look into PHP RaodSend -- they offer a micro web server setup