etban Posted August 18, 2009 Share Posted August 18, 2009 Hi! I am an intermediate PHP scripter and I have developed a small application for small office use. I want to deploy this by packaging it along with a webserver(apache/xampp?) and database (mysql). I am looking for it to deploy like nola accounting pro (http://www.nolapro.com). This app comes packaged in an exe and can be installed on almost any windows machine. Any help on this would be greatly appreciated! Quote Link to comment Share on other sites More sharing options...
448191 Posted August 18, 2009 Share Posted August 18, 2009 And this has to do with software design because... ? Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted August 19, 2009 Share Posted August 19, 2009 Any help on this would be greatly appreciated! With what? You never asked a question... Quote Link to comment Share on other sites More sharing options...
etban Posted August 19, 2009 Author Share Posted August 19, 2009 Sorry.. Can you just tell me In which thread will these topics discussed. I will post in it. Thanks. Quote Link to comment Share on other sites More sharing options...
Grayda Posted August 24, 2009 Share Posted August 24, 2009 And this has to do with software design because... ? Doesn't deployment come under the banner of application design? Anyway, your best bet would be to look at something like NSIS, InstallShield or any of those installer programs. In the simplest case, you would download and install XAMPP onto your system, put your files in the htdocs folder, add your stuff to the database, disable and delete extensions you don't need, then run XAMPP through your installer-creating programs. Then you could install Apache and MySQL as services, create a desktop icon that points to localhost and you're right to go. Questions regarding how you can create these installer packages are definitely suited for another category (Other languages perhaps?) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.