Quickest/best way to duplicate app

karen

Member
Hi I created a demo of an app which I have got working now exactly as required.
I now want to duplicate this app onto another domain.. I'm thinking that the quickest way is to install dadabik on the new domain, and then import all the files (updating config with the new installation code) and the database from the demo app.. is this correct?
 

eugenio

Administrator
Staff member
You don't need to install DaDaBIK, for an exact copy: copy and paste all the files, copy the DB, change the field "url_installation" in dadabik_installation_tab (this is normally set by the installation procedure), change config_custom.php according to the new server (also change dadabik_session_name and secret_key).
 
Top