Page 1 of 1

Creating installable files

Posted: Wed Mar 26, 2008 10:40 am
by pritam79
How can i make a web application developed using PHP+MySql installable, so that users will first need to go through an installation process before using it? Also , during the installation process a user has to be given the options that he wants to be included in the final installed application. Does this mean creating a single config file that would generate the customized pages? How can i do these two things? Please help.

Re: Creating installable files

Posted: Wed Mar 26, 2008 12:38 pm
by Christopher
There are obviously several different ways to do this. Take a look at Wordpress or phpMyAdmin to see examples of how it is done.

Re: Creating installable files

Posted: Thu Mar 27, 2008 1:44 am
by pritam79
I need to create a data management system which will have several options for the user to select during installation, such that only the options that the user selects get installed in the system. how do i do this using PHP/MySql?

Re: Creating installable files

Posted: Thu Mar 27, 2008 2:31 am
by Rovas
I don' t understand what you want.
Do you want to install on the machine of the client or you want to create an application on a server and the client access it ?

Re: Creating installable files

Posted: Wed Jun 04, 2008 11:11 am
by pritam79
Could you please tell me what do i need to do if i want either to install on the machine of the client or create an application on a server and the client access it?