How can I configure updates in a CMS like WordPress?

Posted by Varsha on Programmers See other posts from Programmers or by Varsha
Published on 2014-07-22T07:59:53Z Indexed on 2014/08/21 10:29 UTC
Read the original article Hit count: 274

Filed under:
|

I have a CMS built in core PHP. Till now, if a new version is released, it is downloaded to client machine in zipped form. And then client has to manually unzip the folder and copy that to required location. Because there is no way to download zip file to required location. I want that CMS should be updated in the background like-WordPress.

In other words, I want that new version can replace old version.

How can I do this?

© Programmers or respective owner

Related posts about php

Related posts about Wordpress