Moving from Dev to Prod

deep64blue

DaDaBIK Guru
If I work on a development site and want to promote my code to production will copying any custom PHP pages and exporting the database be sufficient or is there anything else I need to copy? i.e. are there any pages that change in the application or is it all stored in the db?
 

eugenio

Administrator
Staff member
Hello,
a copy of your files (changing the parameters in config.php) and a copy of the database is enough.
The only problem you might have (but it's quite rare) could be a server not providing the same "encryption methods" that your dev environment does. You release it soon because you can't login.

Best,
 

deep64blue

DaDaBIK Guru
Sorry what I meant is once site is in place, so config.php etc is correct, for further changes going forward do I need anything more than the custom files I changed and the database?
 
Top