Creating installable files
Moderator: General Moderators
Creating installable files
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.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Creating installable files
There are obviously several different ways to do this. Take a look at Wordpress or phpMyAdmin to see examples of how it is done.
(#10850)
Re: Creating installable files
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
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 ?
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
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?