Best practice for keeping web app updated

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
shawnlc
User
Posts: 10

Best practice for keeping web app updated

Post by shawnlc »

With PHPMaker what is the best way to keep a web app updated and backed up while at the same time testing and implementing new features?


mobhar
User
Posts: 11660

Post by mobhar »

We have been implementing two different version of the web app. One for development version, and the other for the live/production version. We also separated the Database into two as well. Each time we added the new features or for testing purpose, we did it in the development version. Once everything is fine, then I uploaded all the script files to the live/production version. So far so good until now.


Post Reply