Hello all,
I am wrapping up my first web app designed with php on mysql dbase. I am looking to package it in such a way that my client can install this app like any windows application - click on appsetup.ext and the process of installing the required platform, dbase design and php files is automated. The steps I want to automate are below:
1.) install WAMP - this may not be included as I may just require client to have it before installing the app
2.) create dbase and tables in mysql
3.) copy over the php/HTML files to predefined directory on C drive.
I will appreciate any idea, suggestion, thought on how to do this. Also, name of available tools are welcomed.
Thanks.
I am wrapping up my first web app designed with php on mysql dbase. I am looking to package it in such a way that my client can install this app like any windows application - click on appsetup.ext and the process of installing the required platform, dbase design and php files is automated. The steps I want to automate are below:
1.) install WAMP - this may not be included as I may just require client to have it before installing the app
2.) create dbase and tables in mysql
3.) copy over the php/HTML files to predefined directory on C drive.
I will appreciate any idea, suggestion, thought on how to do this. Also, name of available tools are welcomed.
Thanks.